Find out if the object fields values has been changes, but not yet synced to underlying data record.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

Field Value

Boolean

See Also