Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection. Return null if there is no entry.

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

Syntax

C#
CollectionEntry GetCollectionEntryOrNull(
	Object collection
)
Visual Basic
Function GetCollectionEntryOrNull ( _
	collection As Object _
) As CollectionEntry
Visual C++
CollectionEntry^ GetCollectionEntryOrNull(
	Object^ collection
)

Parameters

collection
Type: System..::..Object

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

Return Value

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

See Also