getUniqueIdField
Returns the name of the primary key field.
Usage
const key = ds.getUniqueIdField();API
getUniqueIdField(): keyof T;Last updated
Was this helpful?
Returns the name of the primary key field.
const key = ds.getUniqueIdField();getUniqueIdField(): keyof T;Last updated
Was this helpful?
Was this helpful?