The wait time in seconds before terminating an attempt to execute a command and generating an error.
int CommandTimeout
Read-write
IDbCommand.CommandTimeout
30 seconds
A value of 0 indicates no limit. This should be avoided because it can cause the attempt to execute a command to wait indefinitely.