BaseClasses Documentation

IPrimaryKeyTable.GetRecordData Method (KeyValue, Boolean)

Returns an IRecord with a specified ID.

IRecord GetRecordData(
   KeyValue id,
   bool isWritable
);

Parameters

id
the IRecord's ID
isWritable
True to get a modifiable IRecord object, or False for a read-only one.

See Also

IPrimaryKeyTable Interface | BaseClasses Namespace | IPrimaryKeyTable.GetRecordData Overload List