BaseClasses Documentation

IPrimaryKeyRecord Members

IPrimaryKeyRecord overview

Public Instance Methods

CopyRecord Creates a new IRecord instance that is identical to the original.
DeleteRecord Deletes the IRecord.
GetID Builds a KeyValue object based on the field values of the IRecord's BaseTable's PrimaryKey's column(s).
SetID Sets the IRecord's field values based on the data in a specified KeyValue.

See Also

IPrimaryKeyRecord Interface | BaseClasses Namespace | IPrimaryKeyTable