Show / Hide Table of Contents

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 Source

OrderBy(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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX