Is the given collection associated with this persistence context?
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
bool ContainsCollection( IPersistentCollection collection )  | 
| Visual Basic | 
|---|
Function ContainsCollection ( _ collection As IPersistentCollection _ ) As Boolean  | 
| Visual C++ | 
|---|
bool ContainsCollection( IPersistentCollection^ collection )  | 
Parameters
- collection
 - Type: NHibernate.Collection..::..IPersistentCollection
[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.IPersistenceContext.ContainsCollection(NHibernate.Collection.IPersistentCollection)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Engine.IPersistenceContext.ContainsCollection(NHibernate.Collection.IPersistentCollection)"]