DBExecution CommandTimeout Property DataBaseExecutors
Timout limit for database access(the time till sql response return).
Default is -1, and then apply the default setting.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public int CommandTimeout { get; set; }

Property Value

Type: Int32
See Also