Interface IGroupByRouter
An interface representing a portion of a query which can take GROUP BY as its next step
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IGroupByRouter
Methods
| Improve this Doc View SourceGroupBy(IExpression[])
Groups the current query by the given GROUP BY clauses
Declaration
IGroupBy GroupBy(params IExpression[] expressions)
Parameters
Type | Name | Description |
---|---|---|
IExpression[] | expressions | The clauses to group by |
Returns
Type | Description |
---|---|
IGroupBy | The query grouped by the given clauses for further processing |