Get the snapshot of the pre-flush collection state

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

Syntax

C#
Object GetSnapshot(
	IPersistentCollection coll
)
Visual Basic
Function GetSnapshot ( _
	coll As IPersistentCollection _
) As Object
Visual C++
Object^ GetSnapshot(
	IPersistentCollection^ coll
)

Parameters

coll
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="coll"/> documentation for "M:NHibernate.Engine.IPersistenceContext.GetSnapshot(NHibernate.Collection.IPersistentCollection)"]

Return Value

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

See Also