CommandTimeout
- Last UpdatedNov 25, 2015
- 1 minute read
This property accesses the underlying CommandTimeout property of the DCM command object. The DCM command object in turn, accesses the ADO.NetDbCommand.CommandTimeout property. According to MSDN, this CommandTimeout property gets or sets the wait time before terminating the attempt to run a command object and generating an error.
Notes:
-
If the DCM command object has been removed or is otherwise invalid, reading this property returns 0; writing it has no effect. An exception is not thrown.
-
When aaDBConnectionType=Oracle, this property is not supported. Setting a command object timeout has no effect, and the value returned is always 0.