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

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

Syntax

C#
public void PostInsert()
Visual Basic
Public Sub PostInsert
Visual C++
public:
void PostInsert()

See Also