BaseClasses Documentation

ICacheableRecord.SetInternalValue Method (PrimaryKey, KeyValue)

Sets the values of the columns in a PrimaryKey to match those of a KeyValue.

void SetInternalValue(
   PrimaryKey key,
   KeyValue val
);

Parameters

key
The PrimaryKey to update the value(s) of.
val
The KeyValue containing the PrimaryKey's field value(s).

See Also

ICacheableRecord Interface | BaseClasses Namespace | ICacheableRecord.SetInternalValue Overload List