Mimer Data Provider v9.2

MimerCommand.CommandTimeout Property

Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated.

[Visual Basic]
NotOverridable Public Property CommandTimeout As Integer Implements _
   IDbCommand.CommandTimeout
[C#]
public int CommandTimeout {get; set;}

Property Value

Command timeout in seconds. Default is 30 seconds.

Implements

IDbCommand.CommandTimeout

Exceptions

Exception TypeCondition
ArgumentExceptionThe CommandTimeout value specfied is less than zero.

See Also

MimerCommand Class | Mimer.Data.Client Namespace