After actually deleting a row, record the fact that the instance no longer exists on the database (needed for identity-column key generation)

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

Syntax

Visual Basic (Declaration)
Sub PostDelete ( _
	obj As Object _
)
C#
void PostDelete(
	Object obj
)
Visual C++
void PostDelete(
	Object^ obj
)
JavaScript
function postDelete(obj);

Parameters

obj
Type: System..::.Object

See Also