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

In This Topic
    OracleServerType Enumeration
    In This Topic
    Specifies whether the connection is established to an Oracle database or to TimesTen database.
    Syntax
    'Declaration
     
    Public Enum OracleServerType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    OracleThis is the connection to an Oracle database.
    TimesTenThis is the connection to TimesTen database.
    UndefinedThe server type is undefined.
    Inheritance Hierarchy

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

    See Also