dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbScript Class / CommandTimeout Property

In This Topic
CommandTimeout Property (DbScript)
In This Topic
Gets or sets the wait time before terminating an attempt to execute a script and generating an error.
Syntax
'Declaration
 
Public Property CommandTimeout As Integer
 

Property Value

The time to wait while server responds when executing the command. The default value is 30 seconds.
Remarks

This property does not set the timeout for command execution, only the period of time for which to wait for response. I.e., if intervals between server responses are less than CommandTimeout, there is no time limit for command execution.

Zero value specifies that the wait time is unlimited.

See Also