Sets the wait time before a request is sent to the server to terminate the attempt to execute or fetch the current SQL statement.
property CommandTimeout: integer default 0;
The wait time is specified in seconds to wait for the command to execute. The default value is 0. The value of 0 indicates there are no time limits (an attempt to execute a command will wait indefinitely).