Advanced.Data.Provider Documentation

AdpConnection.ConnectionTimeout Property

[This is preliminary documentation and subject to change.]

Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.

[Visual Basic]
NotOverridable Public ReadOnly Property ConnectionTimeout As Integer Implements _
   IDbConnection.ConnectionTimeout
[C#]
public int ConnectionTimeout {get;}

Implements

IDbConnection.ConnectionTimeout

See Also

AdpConnection Class | Advanced.Data.Provider Namespace