dotConnect for FreshBooks Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / DefaultCommandTimeout Property

In This Topic
DefaultCommandTimeout Property
In This Topic
Gets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error.
Syntax
'Declaration
 
Public Property DefaultCommandTimeout As Integer
 

Property Value

The time in seconds to wait while trying to execute a command before terminating the attempt and generating an error.
Remarks
A value of 0 indicates no limit.
See Also