hasDirtyRecords
Usage
if (dsMyDataObject.hasDirtyRecords()) {
console.log('There are unsaved changes');
}API
hasDirtyRecords(): boolean;Last updated
Was this helpful?
if (dsMyDataObject.hasDirtyRecords()) {
console.log('There are unsaved changes');
}hasDirtyRecords(): boolean;Last updated
Was this helpful?
Was this helpful?