The number of seconds to set CommandTimeout to for MSSQL commands.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int DbCommandTimeout { get; set; }
Public Property DbCommandTimeout As Integer
public: property int DbCommandTimeout { int get (); void set (int value); }