Is the given collection associated with this persistence context?

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

Syntax

C#
public bool ContainsCollection(
	IPersistentCollection collection
)
Visual Basic
Public Function ContainsCollection ( _
	collection As IPersistentCollection _
) As Boolean
Visual C++
public:
virtual bool ContainsCollection(
	IPersistentCollection^ collection
) sealed

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection

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

Return Value

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

Implements

IPersistenceContext..::..ContainsCollection(IPersistentCollection)

See Also