UpdateFieldValue Method
Changes the value of a field.
Syntax
protected virtual void UpdateFieldValue( 
   Field field,
   string newValue
)

Parameters

field
The field.
newValue
The new value.
Remarks
The default implementation is to replace the current value with the new value. You can override this implementation in your adaptor.
See Also