Click or drag to resize

QueryOptionsSetReduceSpecified Method

Note: This API is now obsolete.

Sets whether or not the Reduce property has been manually specified

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

Parameters

reduceSpecified
Type: SystemBoolean
If set to true reduce is specified.
See Also