dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnection Class / LocalFailover Property

In This Topic
    LocalFailover Property
    In This Topic
    Gets or sets a value indicating whether a failover operation can be performed after connection breaks.
    Syntax
    'Declaration
     
    Public Shadows Property LocalFailover As Boolean
    public new bool LocalFailover {get; set;}

    Property Value

    If true, failover operation can be performed after connection breaks, otherwise false. The default value is false.
    Remarks
    If True, ConnectionLost event occurs and a failover operation can be performed after connection breaks.
    See Also