After actually updating the database, update the snapshot information, and escalate the lock mode.

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

Syntax

Visual Basic (Declaration)
Public Sub PostUpdate ( _
	entity As Object, _
	updatedState As Object(), _
	nextVersion As Object _
)
C#
public void PostUpdate(
	Object entity,
	Object[] updatedState,
	Object nextVersion
)
Visual C++
public:
void PostUpdate(
	Object^ entity, 
	array<Object^>^ updatedState, 
	Object^ nextVersion
)
JavaScript
function postUpdate(entity, updatedState, nextVersion);

Parameters

entity
Type: System..::.Object
updatedState
Type: array< System..::.Object >[]()[]
nextVersion
Type: System..::.Object

See Also