Group the results using the reduce function to a group or single row
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IViewQuery Group(
bool group
)
public IViewQuery Group(
bool group
)
Public Function Group (
group As Boolean
) As IViewQuery
Public Function Group (
group As Boolean
) As IViewQuery
public:
virtual IViewQuery^ Group(
bool group
) sealed
public:
virtual IViewQuery^ Group(
bool group
) sealed
abstract Group :
group : bool -> IViewQuery
override Group :
group : bool -> IViewQuery
abstract Group :
group : bool -> IViewQuery
override Group :
group : bool -> IViewQuery
Parameters
- group
- Type: System.Boolean
True to group using the reduce function into a single row
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQuery.Group(Boolean)
See Also