| 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-b0713
 Syntax
SyntaxIGroupBy GroupBy(
	params IExpression[] expressions
)
Parameters
- expressions
- Type: Couchbase.Lite.QueryIExpression
 The clauses to group by
Return Value
Type: 
IGroupByThe query grouped by the given clauses for further processing
 See Also
See Also