[Missing <summary> documentation for "M:NHibernate.Engine.CollectionEntry.IsSnapshotEmpty(NHibernate.Collection.IPersistentCollection)"]

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

Syntax

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

Parameters

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

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

Return Value

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

See Also