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

In This Topic
    ConnectRetryCount Property
    In This Topic
    Specifies the number of reconnection attempts after a connection failure.
    Syntax
    'Declaration
     
    Public Property ConnectRetryCount As Integer
    public int ConnectRetryCount {get; set;}

    Property Value

    An integer between 0 and 255.
    Remarks
    The property corresponds to the ConnectRetryCount key within the SqlConnection connection string.
    See Also