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.1.0-b0232
Syntax public interface IGroupByRouter
The IGroupByRouter type exposes the following members.
Methods
| Name | Description |
---|
| GroupBy |
Groups the current query by the given GROUP BY clauses
|
TopSee Also