Get and remove a collection whose owner is not yet loaded, when its owner is being loaded

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

Syntax

C#
public IPersistentCollection UseUnownedCollection(
	CollectionKey key
)
Visual Basic
Public Function UseUnownedCollection ( _
	key As CollectionKey _
) As IPersistentCollection
Visual C++
public:
virtual IPersistentCollection^ UseUnownedCollection(
	CollectionKey^ key
) sealed

Parameters

key
Type: NHibernate.Engine..::..CollectionKey

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

Return Value

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

Implements

IPersistenceContext..::..UseUnownedCollection(CollectionKey)

See Also