Click or drag to resize

QueryOptionsSetReduce Method

Note: This API is now obsolete.

Sets whether or not this query should reduce

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public void SetReduce(
	bool reduce
)

Parameters

reduce
Type: SystemBoolean
If set to true reduce.
See Also