Get the snapshot of the pre-flush collection state

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

Syntax

Visual Basic (Declaration)
Function GetSnapshot ( _
	collection As IPersistentCollection _
) As Object
C#
Object GetSnapshot(
	IPersistentCollection collection
)
Visual C++
Object^ GetSnapshot(
	IPersistentCollection^ collection
)
JavaScript
function getSnapshot(collection);

See Also