ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaCommand class
Cancels the execution of an AsaCommand object.
void Cancel( )
If there is nothing to cancel, nothing happens. If there is a command in process and the attempt to cancel fails, no exception is generated.
IDbCommand.Cancel