ConnectionManager.LockTimeout Property

Definition

LockTimeout is the Lock timeout in seconds. Default -1 is for indefinite. InvalidPropertyValueException is thrown for all other negative numbers. Positive LockTimeout will be multiplied by 1000 and then used for "SET LOCK_TIMEOUT" setting.

public int LockTimeout { get; set; }
member this.LockTimeout : int with get, set
Public Property LockTimeout As Integer

Property Value

Applies to