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

In This Topic
    OracleQueueSequenceDeviation Enumeration
    In This Topic
    Specifies whether the message being enqueued should be dequeued before other messages already in the queue.
    Syntax
    'Declaration
     
    Public Enum OracleQueueSequenceDeviation 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueSequenceDeviation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BeforeThe message is enqueued ahead of the message specified by OracleQueueEnqueueOptions.RelativeMessageId.
    TopThe message is enqueued ahead of any other messages.
    UnknownNo sequence deviation.
    Inheritance Hierarchy

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

    See Also