Interface IHavingRouter
An interface representing a portion of a query that can take HAVING as its next step
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IHavingRouter
  Methods
| Improve this Doc View SourceHaving(IExpression)
Adds the given expression as a HAVING clause onto this query
Declaration
IHaving Having(IExpression expression)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IExpression | expression | The expression to use in the HAVING clause  | 
      
Returns
| Type | Description | 
|---|---|
| IHaving | The query with the new clause for further processing  |