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.1.0-b0134
Syntaxpublic interface IOrderByRouter
The IOrderByRouter type exposes the following members.
Methods
| Name | Description |
---|
 | OrderBy |
Routes this IExpression to the next ORDER BY portion of the query
|
Top
See Also