Mimer SQL Data Provider
ConnectionTimeout Property




Mimer.Data.Client Namespace > MimerConnection Class : ConnectionTimeout Property
Gets the time to wait while trying to establish a connection before generating an error.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property ConnectionTimeout As Integer
public override int ConnectionTimeout {get;}
public read-only property ConnectionTimeout: Integer; override; 
public override function get ConnectionTimeout : int
public: __property int get_ConnectionTimeout() override;

Property Value

The time, in seconds, to wait for a connection to open. The default value is 15 seconds.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members