Click or drag to resize

IOrderByRouter Interface

An interface representing a portion of a query that can be routed to an ORDER BY portion

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IOrderByRouter

The IOrderByRouter type exposes the following members.

Methods
  NameDescription
Public methodOrderBy
Routes this IExpression to the next ORDER BY portion of the query
Top
See Also