Click or drag to resize
ViewQueryGroup Method
Group the results using the reduce function to a group or single row

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery Group(
	bool group
)

Parameters

group
Type: SystemBoolean
True to group using the reduce function into a single row

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryGroup(Boolean)
See Also