CommandTimeout Property (DbScript)
In This Topic
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
Syntax
'Declaration
Public Property CommandTimeout As Integer
public int CommandTimeout {get; set;}
Property Value
The time (in seconds) to wait for the command to execute. The default value is 30 seconds.
See Also