Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function IsInverseCollection ( _
	collection As IPersistentCollection _
) As Boolean
C#
public bool IsInverseCollection(
	IPersistentCollection collection
)
Visual C++
public:
virtual bool IsInverseCollection(
	IPersistentCollection^ collection
) sealed
JavaScript
function isInverseCollection(collection);

Implements

ISessionImplementor..::.IsInverseCollection(IPersistentCollection)

See Also