[]
Gets or sets the number of seconds allowed for the query to run before timing out.
public int Timeout { get; set; }
Type | Description |
---|---|
int | An int value indicating the query timeout in seconds. |
The value must be non-negative.
If the value is zero or omitted, the query does not time out.
The maximum value is 2 147 483 647
seconds.