An interface representing a portion of a query which can take GROUP BY
            as its next step
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic interface IGroupByRouter
The IGroupByRouter type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | GroupBy | 
            Groups the current query by the given GROUP BY clauses
             | 
Top See Also
See Also