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

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

Syntax

Visual Basic (Declaration)
Protected Function GetSnapshot As Object
C#
protected Object GetSnapshot()
Visual C++
protected:
Object^ GetSnapshot()
JavaScript
function getSnapshot();

See Also