Gets the Snapshot from the current session the collection is in.

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

Syntax

C#
protected virtual Object GetSnapshot()
Visual Basic
Protected Overridable Function GetSnapshot As Object
Visual C++
protected:
virtual Object^ GetSnapshot()

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.GetSnapshot"]

See Also