dotConnect for Zoho CRM Documentation
Devart.Data Namespace / SqlShimCommand Class / FailoverRetries Property

In This Topic
    FailoverRetries Property (SqlShimCommand)
    In This Topic
    Gets or sets the number of retries to perform a command if it failed because of the exception, that indicates that the reason of the failure may be temporary.
    Syntax
    'Declaration
     
    Public Property FailoverRetries As Integer
    public int FailoverRetries {get; set;}

    Property Value

    The number of retries to perform a command if it failed because of the exception, that indicates that the reason of the failure may be temporary.
    Remarks
    If a command failed because of the exception that indicates that the reason of the failure may be temporary, for example, the target service is busy, SqlShimCommand waits for some time and retries the command for the specified number of times.
    See Also