Interface IOrderByRouter
An interface representing a portion of a query that can be routed to an ORDER BY portion
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IOrderByRouter
Methods
| Improve this Doc View SourceOrderBy(IOrdering[])
Routes this IExpression to the next ORDER BY portion of the query
Declaration
IOrderBy OrderBy(params IOrdering[] orderings)
Parameters
Type | Name | Description |
---|---|---|
IOrdering[] | orderings | An array of order by operations to consider in the ORDER BY portion of the query |
Returns
Type | Description |
---|---|
IOrderBy | The next ORDER BY portion of the query |