ExecuteAsyncCancel()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the ExecuteAsyncCancel() method to instruct the SQLData Script Library to roll back all commands that are queued as part of a transaction.
Syntax
Result ExecuteAsyncCancel()
Remarks
You can use the ExecutionState property to check for status.
As a result of successful execution, all command objects created from this transaction are canceled.