BaseClasses Documentation

ICacheableRecord.SetInternalValue Method (ForeignKey, KeyValue)

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

void SetInternalValue(
   ForeignKey key,
   KeyValue val
);

Parameters

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

See Also

ICacheableRecord Interface | BaseClasses Namespace | ICacheableRecord.SetInternalValue Overload List