BaseClasses Documentation

ICacheableRecord.SetInternalValue Method

Sets the value of a specified field.

Overload List

Sets the value of a specified field.

void SetInternalValue(BaseColumn,ColumnValue);

Sets the checksum value of the record.

void SetInternalValue(CheckSumValue);

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

void SetInternalValue(ForeignKey,KeyValue);

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

void SetInternalValue(PrimaryKey,KeyValue);

See Also

ICacheableRecord Interface | BaseClasses Namespace