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#
public IPersistentCollection GetCollection(
	CollectionKey collectionKey
)
Visual Basic
Public Function GetCollection ( _
	collectionKey As CollectionKey _
) As IPersistentCollection
Visual C++
public:
virtual IPersistentCollection^ GetCollection(
	CollectionKey^ collectionKey
) sealed

Parameters

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

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

Return Value

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

Implements

IPersistenceContext..::..GetCollection(CollectionKey)

See Also