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-b0056
SyntaxIOrderBy OrderBy(
params IOrderBy[] orderBy
)
Parameters
- orderBy
- Type: Couchbase.Lite.QueryIOrderBy
An array of order by operations to consider in the
ORDER BY portion of the query
Return Value
Type:
IOrderByThe next ORDER BY portion of the query
See Also