Gets an ICollection of Property objects that this mapped class contains.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property PropertyClosureCollection As ICollection |
C# |
---|
public override ICollection PropertyClosureCollection { get; } |
Visual C++ |
---|
public: virtual property ICollection^ PropertyClosureCollection { ICollection^ get () override; } |
JavaScript |
---|
function get_propertyClosureCollection(); |