Get the collection entry for a persistent collection

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

Syntax

C#
public CollectionEntry GetCollectionEntry(
	IPersistentCollection coll
)
Visual Basic
Public Function GetCollectionEntry ( _
	coll As IPersistentCollection _
) As CollectionEntry
Visual C++
public:
virtual CollectionEntry^ GetCollectionEntry(
	IPersistentCollection^ coll
) sealed

Parameters

coll
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="coll"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.GetCollectionEntry(NHibernate.Collection.IPersistentCollection)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.GetCollectionEntry(NHibernate.Collection.IPersistentCollection)"]

Implements

IPersistenceContext..::..GetCollectionEntry(IPersistentCollection)

See Also