Click or drag to resize

IGroupByRouterGroupBy Method

Groups the current query by the given GROUP BY clauses

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IGroupBy GroupBy(
	params IExpression[] expressions
)

Parameters

expressions
Type: Couchbase.Lite.QueryIExpression
The clauses to group by

Return Value

Type: IGroupBy
The query grouped by the given clauses for further processing
See Also