Click or drag to resize

IGroupByRouter Interface

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-b0520
Syntax
C#
public interface IGroupByRouter

The IGroupByRouter type exposes the following members.

Methods
  NameDescription
Public methodGroupBy
Groups the current query by the given GROUP BY clauses
Top
See Also