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#
public CollectionEntry GetCollectionEntryOrNull(
	Object collection
)
Visual Basic
Public Function GetCollectionEntryOrNull ( _
	collection As Object _
) As CollectionEntry
Visual C++
public:
virtual CollectionEntry^ GetCollectionEntryOrNull(
	Object^ collection
) sealed

Parameters

collection
Type: System..::..Object

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

Return Value

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

Implements

IPersistenceContext..::..GetCollectionEntryOrNull(Object)

See Also