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
 

Property Value

One of the OracleQueueSortOrder values.
See Also