Contents Index AsaCommand constructors CommandText property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommand class

Cancel method


Description 

Cancels the execution of an AsaCommand object.

Syntax 

void Cancel( )

Usage 

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.

Implements 

IDbCommand.Cancel


Contents Index AsaCommand constructors CommandText property