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)
Syntaxpublic bool Dirty { get; set; }
Public Property Dirty As Boolean
Get
Set
Property Value
Type:
Boolean
See Also