Interface IWhereRouter
An interface representing a portion of a query that can be routed to a WHERE portion of the query.
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IWhereRouter
Methods
| Improve this Doc View SourceWhere(IExpression)
Routes this portion of the query to the next WHERE portion of the query
Declaration
IWhere Where(IExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expression | The expression to evaluate in the WHERE portion |
Returns
Type | Description |
---|---|
IWhere | The next WHERE portion of the query |