Click or drag to resize

QueryDescending Property

Gets or sets whether the rows be returned in descending key order. Default value is false.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool Descending { get; set; }

Property Value

Type: Boolean
true if descending; otherwise, false.
See Also