cancelField

Resets a single field on the current row to the value stored in the database.

Usage

ds.cancelField('Field');

API

cancelField(field: keyof T): boolean;

Last updated

Was this helpful?