Gets the time to wait while trying to establish a connection before generating an error.
[Visual Basic] Public Property ReadOnly ConnectionTimeout As Integer _ Implements IDbConnection.ConnectionTimeout [C#] public int ConnectionTimeout { get; } [C++] public: __property int get_ConnectionTimeout(); [JScript] public function get ConnectionTimeout() : int
The time, in seconds, to wait for a connection to open. The default value is 15 seconds.
IDbConnection.ConnectionTimeout
MimerConnection Class | Mimer.Data.Client Namespace