Get the collection entry for a persistent collection
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
CollectionEntry GetCollectionEntry( IPersistentCollection coll )  | 
| Visual Basic | 
|---|
Function GetCollectionEntry ( _ coll As IPersistentCollection _ ) As CollectionEntry  | 
| Visual C++ | 
|---|
CollectionEntry^ GetCollectionEntry( IPersistentCollection^ coll )  | 
Parameters
- coll
 - Type: NHibernate.Collection..::..IPersistentCollection
[Missing <param name="coll"/> documentation for "M:NHibernate.Engine.IPersistenceContext.GetCollectionEntry(NHibernate.Collection.IPersistentCollection)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Engine.IPersistenceContext.GetCollectionEntry(NHibernate.Collection.IPersistentCollection)"]