Remove the mapping of collection to holder during eviction of the owning entity

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

Syntax

C#
public IPersistentCollection RemoveCollectionHolder(
	Object array
)
Visual Basic
Public Function RemoveCollectionHolder ( _
	array As Object _
) As IPersistentCollection
Visual C++
public:
virtual IPersistentCollection^ RemoveCollectionHolder(
	Object^ array
) sealed

Parameters

array
Type: System..::..Object

[Missing <param name="array"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.RemoveCollectionHolder(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.RemoveCollectionHolder(System.Object)"]

Implements

IPersistenceContext..::..RemoveCollectionHolder(Object)

See Also