ViewQuery Group Method Couchbase .NET SDK 2.0
Group the results using the reduce function to a group or single row

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

Parameters

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

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery Group(Boolean)
See Also