Build a collection of properties which are "referenceable".
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ReferenceablePropertyCollection As ICollection |
C# |
---|
public virtual ICollection ReferenceablePropertyCollection { get; } |
Visual C++ |
---|
public: virtual property ICollection^ ReferenceablePropertyCollection { ICollection^ get (); } |
JavaScript |
---|
function get_referenceablePropertyCollection(); |
Remarks
See GetReferencedProperty(String) for a discussion of "referenceable".