AdsCommand.Cancelled

Advantage .NET Data Provider

  Previous topic Next topic  

Indicates if a command was cancelled by a call to AdsCommand.Cancel.

public bool Cancelled {get;}

Remarks

This property returns True if the SQL command was cancelled by the Advantage .NET Data Provider because the AdsCommand.Cancel method was called.

See Also

AdsCommand.CommandTimeout

AdsCommand.TimedOut

AdsCommand.Cancel