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

Syntax

Visual Basic (Declaration)
Public Function IsSnapshotEmpty ( _
	collection As IPersistentCollection _
) As Boolean
C#
public bool IsSnapshotEmpty(
	IPersistentCollection collection
)
Visual C++
public:
bool IsSnapshotEmpty(
	IPersistentCollection^ collection
)
JavaScript
function isSnapshotEmpty(collection);

See Also