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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsDirty { get; }
Visual Basic
ReadOnly Property IsDirty As Boolean
	Get
Visual C++
property bool IsDirty {
	bool get ();
}

See Also