dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / SortOrder Property

In This Topic
    SortOrder Property
    In This Topic
    Specifies which parameter is used to order messages in the queue. The queue will be sorted by this parameter in the ascending order. Default value is OracleQueueSortOrder.EnqueueTime.
    Syntax
    'Declaration
     
    Public Property SortOrder As OracleQueueSortOrder
    public OracleQueueSortOrder SortOrder {get; set;}

    Property Value

    One of the OracleQueueSortOrder values.
    See Also