ComponentOne DataObjects for .NET
ConnectionTimeout Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : ConnectionTimeout Property
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Syntax
'Declaration
 
Public ReadOnly Property ConnectionTimeout As System.Integer
public System.int ConnectionTimeout {get;}
Remarks
The ConnectionString determines the value of this property.

The time (in seconds) to wait for a connection to open. The default value is 15 seconds.

See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members