The collection mappings

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ICollection<Collection> CollectionMappings { get; }
Visual Basic
Public ReadOnly Property CollectionMappings As ICollection(Of Collection)
	Get
Visual C++
public:
property ICollection<Collection^>^ CollectionMappings {
	ICollection<Collection^>^ get ();
}

See Also