dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleFailoverType Enumeration

In This Topic
    OracleFailoverType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum OracleFailoverType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleFailoverType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    NoneIndicates that the user not requested any failover type.
    SelectIndicates that the user requested select failover.
    SessionIndicates that the user requested only session failover.
    TransactionIndicates that the user requested transaction failover.
    UnknownUnknown type is detected. This may indicate application failover internal error.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleFailoverType

    See Also