Clear the dirty flag, after flushing changes to the database.

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

Syntax

Visual Basic (Declaration)
Sub ClearDirty
C#
void ClearDirty()
Visual C++
void ClearDirty()
JavaScript
function clearDirty();

See Also