BaseClasses Documentation

ICacheableRecord.GetInternalValue Method

Gets the value of a specified field.

Overload List

Gets the value of a specified field.

ColumnValue GetInternalValue(BaseColumn);

Builds a KeyValue object based on the field values of the ForeignKey's columns

KeyValue GetInternalValue(ForeignKey);

Builds a KeyValue object based on the field values of the PrimaryKey's columns

KeyValue GetInternalValue(PrimaryKey);

See Also

ICacheableRecord Interface | BaseClasses Namespace