The collection mappings
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property CollectionMappings As ICollection |
C# |
---|
public ICollection CollectionMappings { get; } |
Visual C++ |
---|
public: property ICollection^ CollectionMappings { ICollection^ get (); } |
JavaScript |
---|
function get_collectionMappings(); |