IHavingRouterHaving Method |
Adds the given expression as a HAVING clause onto this query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IHaving Having(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The expression to use in the HAVING clause
Return Value
Type:
IHavingThe query with the new clause for further processing
See Also