Is the entity considered dirty?

Namespace: NHibernate.Intercept
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 ();
}

Field Value

True if the entity is dirty; otherwise false.

See Also