Click or drag to resize

FieldKernelOldValue Property

The original value as loaded by the mapper. The OldValue is set automatically from Value when Value is set to a new value.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object OldValue { get; set; }

Property Value

Type: Object

Implements

IFieldOldValue
See Also