dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Connection Class / LocalFailover Property

In This Topic
    LocalFailover Property
    In This Topic
    Determines 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, the ConnectionLost event occurs and a failover operation can be performed after connection breaks.
    See Also