BaseClasses Documentation

IPrimaryKeyTable.GetRecordData Method (String, Boolean)

Returns an IRecord with a specified ID.

IRecord GetRecordData(
   string id,
   bool isWritable
);

Parameters

id
a field value, or the XML of a serialized KeyValue
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