Default SQl command timeout used by SqlClientUtils. 30 seconds by default.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Property DefaultSqlCommandTimeout As Integer
	Get
	Set
C#
public static int DefaultSqlCommandTimeout { get; set; }

See Also