Indicates whether a command was cancelled because it exceeded the AdsCommand.CommandTimeout limit.
public bool TimedOut {get;}
Remarks
This property returns True if the SQL command was cancelled by the Advantage .NET Data Provider because it exceeded the limit in the AdsCommand.CommandTimeout property.
See Also