Click or drag to resize
ViewQueryReduce Method
Use the reduction function

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

Parameters

reduce
Type: SystemBoolean
True to use the reduduction property. Default is false;

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryReduce(Boolean)
See Also