BaseClasses Documentation

IPrimaryKeyRecord.SetID Method 

Sets the IRecord's field values based on the data in a specified KeyValue.

void SetID(
   KeyValue val
);

Parameters

val
a valid KeyValue for the IRecord's BaseTable's PrimaryKey.

See Also

IPrimaryKeyRecord Interface | BaseClasses Namespace