Click or drag to resize

FieldsDirty Property

Dirty is used to determine or specify whether a set of fields has any changed values. Dirty returns true if the IField.Dirty flag is true for one of more fields in the collection. When written, the Dirty flag sets all the IField.Dirty flags to the specified state.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Dirty { get; set; }

Property Value

Type: Boolean
See Also