BaseClasses Documentation

IPrimaryKeyRecord Methods

The methods of the IPrimaryKeyRecord interface are listed below. For a complete list of IPrimaryKeyRecord interface members, see the IPrimaryKeyRecord Members topic.

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