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

OracleQueueCompatible Enumeration
Specifies the lowest database version with which the queue is compatible.
Syntax
'Declaration
 
Public Enum OracleQueueCompatible 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
DefaultThe queue compatibility is set according to the database compatibility settings.
ver100The queue is compatible with version 10.0 or higher.
ver80The queue is compatible with version 8.0 or higher.
ver81The queue is compatible with version 8.1 or higher.
Inheritance Hierarchy

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

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