Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.

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

Syntax

C#
void PostFlush(
	ICollection entities
)
Visual Basic
Sub PostFlush ( _
	entities As ICollection _
)
Visual C++
void PostFlush(
	ICollection^ entities
)

Parameters

entities
Type: System.Collections..::..ICollection
The entitites

See Also