FieldKernelValue Property |
The current value of the field. Setting the Value will set the field's
Dirty flag and cause the previous Value to be copied to the field's
OldValue.
The Value is the underlying value of the field as stored (or to be stored)
in the database. In many cases this is the same as the DisplayText.
However, in some cases (e.g. when a
Picklist is specified) the Value may
not be the DisplayText. Use the
DisplayTextGet(DispTextFlags) and
DisplayTextSet(String)
methods to obtain and set the DisplayText. You can use the
SetValue(Object, SetValFlags, Object) for
lower-level control when setting the field Value.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
Property Value
Type:
ObjectImplements
IFieldValueSee Also