Get the collection instance associated with the CollectionKey

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

Syntax

C#
IPersistentCollection GetCollection(
	CollectionKey collectionKey
)
Visual Basic
Function GetCollection ( _
	collectionKey As CollectionKey _
) As IPersistentCollection
Visual C++
IPersistentCollection^ GetCollection(
	CollectionKey^ collectionKey
)

Parameters

collectionKey
Type: NHibernate.Engine..::..CollectionKey

[Missing <param name="collectionKey"/> documentation for "M:NHibernate.Engine.IPersistenceContext.GetCollection(NHibernate.Engine.CollectionKey)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.IPersistenceContext.GetCollection(NHibernate.Engine.CollectionKey)"]

See Also