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

In This Topic
    OracleQueueSortOrder Enumeration
    In This Topic
    Specifies which parameters are used to order messages in the queue. The order is ascending.
    Syntax
    'Declaration
     
    Public Enum OracleQueueSortOrder 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueSortOrder : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    EnqueueTimeSort by enqueue time. This is the default value.
    EnqueueTimePrioritySort by enqueue time and then by priority.
    PrioritySort by priority.
    PriorityEnqueueTimeSort by priority and then by enqueue time.
    Inheritance Hierarchy

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

    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