Mimer SQL Data Provider
CommandTimeout Property




Mimer.Data.Client Namespace > MimerCommand Class : CommandTimeout Property
Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated.
Syntax
'Declaration
 
Public Overrides NotOverridable Property CommandTimeout As Integer
public override int CommandTimeout {get; set;}
public read-write property CommandTimeout: Integer; override; 
public override function get,set CommandTimeout : int
public: __property int get_CommandTimeout() override;
public: __property void set_CommandTimeout( 
   int value
) override;

Property Value

Command timeout in seconds. Default is 30 seconds.
Exceptions
ExceptionDescription
The CommandTimeout value specfied is less than zero.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members