Click or drag to resize

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-b0520
Syntax
C#
IOrderBy 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: IOrderBy
The next ORDER BY portion of the query
See Also