dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ConnectRetryInterval Property

In This Topic
    ConnectRetryInterval Property
    In This Topic
    Specifies the time interval, in seconds, between reconnection attempts after a connection failure.
    Syntax
    'Declaration
     
    Public Property ConnectRetryInterval As Integer
    public int ConnectRetryInterval {get; set;}

    Property Value

    An integer between 1 and 60. The default value is 10 seconds.
    Remarks
    This property corresponds to the ConnectRetryInterval value within the SqlConnection connection string.
    See Also