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

In This Topic
    OracleQueueDequeueMode Enumeration
    In This Topic
    Specifies how the messages will be dequeued.
    Syntax
    'Declaration
     
    Public Enum OracleQueueDequeueMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueDequeueMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BrowseRead the message without acquiring any lock on the message.
    LockedRead and obtain a write lock on the message.
    RemoveRead the message and delete it.
    RemoveNoDataMark the message as updated or deleted.
    UnknownThe dequeuing behaviour is not set.
    Inheritance Hierarchy

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

    See Also