ComponentOne DataObjects for .NET
ConnectionTimeout Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable 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 connection string determines the value of this property. If the ConnectionComponent property is set, it is determined by ConnectionComponent.ConnectionTimeout. The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members