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)

Syntax

Visual Basic (Declaration)
Sub PostFlush ( _
	entities As ICollection _
)
C#
void PostFlush(
	ICollection entities
)
Visual C++
void PostFlush(
	ICollection^ entities
)
JavaScript
function postFlush(entities);

Parameters

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

See Also