Gets or sets the wait time before terminating the attempt to execute an SQL statement.
public int CommandTimeout {get; set;}
Remarks
This property value stores the timeout period in seconds for the SQL statement to be run against Advantage Database Server or Advantage Local Server. The default timeout is 30 seconds. A value of 0 indicates that there is no timeout and the command will run indefinitely.
See Also