Mimer Data Provider

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]
Public Property CommandTimeout As Integer _
    Implements IDbCommand.CommandTimeout
[C#]
public int CommandTimeout { get; set; }
[C++]
public: __property int get_CommandTimeout();
public: __property void set_CommandTimeout(int );
[JScript]
public function get CommandTimeout() : int
public function set CommandTimeout(int);

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