Share via


IRelationalConnection.CommandTimeout Property

Definition

Gets the timeout for executing a command against the database.

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

Property Value

Applies to