Click or drag to resize

QueryOptionsIsDescending Method

Note: This API is now obsolete.

Returns 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 bool IsDescending()

Return Value

Type: Boolean
true if this instance is in descending order; otherwise, false.
See Also