Get the mapping from collection key to collection instance

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

Syntax

C#
public IDictionary<CollectionKey, IPersistentCollection> CollectionsByKey { get; }
Visual Basic
Public ReadOnly Property CollectionsByKey As IDictionary(Of CollectionKey, IPersistentCollection)
	Get
Visual C++
public:
virtual property IDictionary<CollectionKey^, IPersistentCollection^>^ CollectionsByKey {
	IDictionary<CollectionKey^, IPersistentCollection^>^ get () sealed;
}

Implements

IPersistenceContext..::..CollectionsByKey

See Also