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

OracleServerType Enumeration
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also