Routes this portion of the query to the next WHERE portion of the
query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IWhere Where(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The expression to evaluate in the WHERE portion
Return Value
Type:
IWhereThe next WHERE portion of the query
See Also