Click or drag to resize

QueryOptionsSetDescending Method

Note: This API is now obsolete.

Sets whether or not the query should order the results in descending in order

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

Parameters

descending
Type: SystemBoolean
If set to true order descending.
See Also