Gets an
ICollection of
Property objects that
this mapped class contains and that all of its subclasses contain.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property SubclassPropertyClosureCollection As ICollection |
C# |
---|
public virtual ICollection SubclassPropertyClosureCollection { get; } |
JavaScript |
---|
function get_subclassPropertyClosureCollection();
|
Field Value
An
ICollection of
Property objects that
this mapped class contains and that all of its subclasses contain.
See Also