Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsDirty As Boolean
C#
bool IsDirty { get; }
Visual C++
property bool IsDirty {
	bool get ();
}
JavaScript
function get_isDirty();

See Also