DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / ConnectionTimeout Property

In This Topic
    ConnectionTimeout Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Gets the time to wait while establishing a connection before terminating the attempt and generating an error.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ConnectionTimeout As Integer
    public override int ConnectionTimeout {get;}
    See Also