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#
public Object GetSnapshot(
	IPersistentCollection coll
)
Visual Basic
Public Function GetSnapshot ( _
	coll As IPersistentCollection _
) As Object
Visual C++
public:
virtual Object^ GetSnapshot(
	IPersistentCollection^ coll
) sealed

Parameters

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

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

Return Value

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

Implements

IPersistenceContext..::..GetSnapshot(IPersistentCollection)

See Also