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#
IPersistentCollection RemoveCollectionHolder(
	Object array
)
Visual Basic
Function RemoveCollectionHolder ( _
	array As Object _
) As IPersistentCollection
Visual C++
IPersistentCollection^ RemoveCollectionHolder(
	Object^ array
)

Parameters

array
Type: System..::..Object

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

Return Value

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

See Also