The collection mappings

Namespace:  NHibernate.Cfg
Assembly:  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();

See Also