getDirtyRecord
Usage
ds.getDirtyRecord();API
getDirtyRecord(): CurrentRow<T>;
getDirtyRecord<F extends keyof T>(field: F): T[F] | null;Last updated
Was this helpful?
ds.getDirtyRecord();getDirtyRecord(): CurrentRow<T>;
getDirtyRecord<F extends keyof T>(field: F): T[F] | null;Last updated
Was this helpful?
Was this helpful?