EntityCommand.CommandTimeout Property

Definition

Gets or sets the amount of time to wait before timing out.

public:
 virtual property int CommandTimeout { int get(); void set(int value); };
public override int CommandTimeout { get; set; }
member this.CommandTimeout : int with get, set
Public Overrides Property CommandTimeout As Integer

Property Value

The time in seconds to wait for the command to execute.

Applies to