Group the results using the reduce function to a group or single row
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery Group(
bool group
)
Function Group (
group As Boolean
) As IViewQuery
IViewQuery^ Group(
bool group
)
abstract Group :
group : bool -> IViewQuery
Parameters
- group
- Type: SystemBoolean
True to group using the reduce function into a single row
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also