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.
    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