Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
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); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection