Share via


RelationalConnection.CommandTimeout Property

Definition

Gets the timeout for executing a command against the database.

public virtual int? CommandTimeout { get; set; }
member this.CommandTimeout : Nullable<int> with get, set
Public Overridable Property CommandTimeout As Nullable(Of Integer)

Property Value

Implements

Applies to