IOrderByRouterOrderBy Method |
Routes this IExpression to the next ORDER BY portion of the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IOrdering OrderBy(
params IOrdering[] orderings
)
Parameters
- orderings
- Type: Couchbase.Lite.QueryIOrdering
An array of order by operations to consider in the
ORDER BY portion of the query
Return Value
Type:
IOrderingThe next ORDER BY portion of the query
See Also