Responder Developer Guide
CommandTimeout Property


Version: 10.2.1a

Resource Center Home

The time in seconds to wait for the command to execute. The default is 120 seconds.
Syntax
'Declaration
 
Public Property CommandTimeout As Integer
'Usage
 
Dim instance As DbSql
Dim value As Integer
 
instance.CommandTimeout = value
 
value = instance.CommandTimeout
public int CommandTimeout {get; set;}
Remarks

A value of 0 indicates no limit, and should be avoided in a CommandTimeout because an attempt to execute a command will wait indefinitely.

The System.Data.OracleClient.OracleCommand class ignores this property.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSql Class
DbSql Members

 

 


Send Comment