BaseClasses Documentation

IRecord.SetString Method 

Sets the value of the specified field using a reparseable field value String.

void SetString(
   string val,
   BaseColumn col
);

Parameters

val
a field value String that is parseable by col.
col
The BaseColumn to update the value of.

See Also

IRecord Interface | BaseClasses Namespace