Updates the CollectionEntry to reflect that it is has been successfully flushed to the database.

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

Syntax

C#
public void PostFlush(
	IPersistentCollection collection
)
Visual Basic
Public Sub PostFlush ( _
	collection As IPersistentCollection _
)
Visual C++
public:
void PostFlush(
	IPersistentCollection^ collection
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection
The IPersistentCollection that was flushed.

Remarks

Called after a successful flush.

See Also