Attempts to cancel the execution of an SQL statement.
public void Cancel();
Remarks
If an SQL statement is executing, the Advantage .NET Data Provider attempts to cancel it when this method is called. No exception is generated if the attempt fails.
Example
See AdsCommand.Progress for an example.
See Also