After flushing, re-init snapshot state.

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

Syntax

C#
void SetSnapshot(
	Object key,
	string role,
	Object snapshot
)
Visual Basic
Sub SetSnapshot ( _
	key As Object, _
	role As String, _
	snapshot As Object _
)
Visual C++
void SetSnapshot(
	Object^ key, 
	String^ role, 
	Object^ snapshot
)

Parameters

key
Type: System..::..Object

[Missing <param name="key"/> documentation for "M:NHibernate.Collection.IPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Collection.IPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

snapshot
Type: System..::..Object

[Missing <param name="snapshot"/> documentation for "M:NHibernate.Collection.IPersistentCollection.SetSnapshot(System.Object,System.String,System.Object)"]

See Also