SaveChangesAsync()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the SaveChangesAsync() method to instruct the SQLData Script Library to write back to the data source all changes made to the memory dataset. The dataset must have been acquired by calling ExecuteAsync() or ExecuteSync().
Syntax
result SaveChangesAsync()
Remarks
This method runs asynchronously. The request for updating the data source is queued and the method completes immediately.
You must check for status by getting the ExecutionState property value.