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