| FieldKernelDirty Property  | 
 
            Indicates whether the field's value has changed since loaded by its mapper.  
            Normally the Dirty flag is set automatically when 
Value is set programmatically
            or due to user action in the UI.
            You can set Dirty programmatically if desired.
            The Dirty flag is used by the mapper when determining which fields to write during
            an UPDATE operation.
            To set a field value without making it dirty, use 
SetValue(Object, SetValFlags, Object).
            
 
    Namespace: 
   NetQuarry.Data
    Assembly:
   EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic bool Dirty { get; set; }Public Property Dirty As Boolean
	Get
	Set
Property Value
Type: 
BooleanImplements
IFieldDirty See Also
See Also