Contents Index CommandText property CommandType property

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

CommandTimeout property


Description 

The wait time in seconds before terminating an attempt to execute a command and generating an error.

Syntax 

int CommandTimeout

Access 

Read-write

Implements 

IDbCommand.CommandTimeout

Default 

30 seconds

Usage 

A value of 0 indicates no limit. This should be avoided because it may cause the attempt to execute a command to wait indefinitely.


Contents Index CommandText property CommandType property