Get the snapshot cached by the collection instance

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

Syntax

C#
Object StoredSnapshot { get; }
Visual Basic
ReadOnly Property StoredSnapshot As Object
	Get
Visual C++
property Object^ StoredSnapshot {
	Object^ get ();
}

See Also