getUniqueIdField

Returns the name of the primary key field.

Usage

const key = ds.getUniqueIdField();

API

getUniqueIdField(): keyof T;

Last updated

Was this helpful?