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

Syntax

Visual Basic (Declaration)
Public Overridable Function IsSnapshotEmpty ( _
	snapshot As ICollection _
) As Boolean
C#
public virtual bool IsSnapshotEmpty(
	ICollection snapshot
)
Visual C++
public:
virtual bool IsSnapshotEmpty(
	ICollection^ snapshot
)
JavaScript
function isSnapshotEmpty(snapshot);

Parameters

snapshot
Type: System.Collections..::.ICollection

Implements

IPersistentCollection..::.IsSnapshotEmpty(ICollection)

See Also