Click or drag to resize

ISortOrderDescending Method

Returns an IExpression that will sort in desecending order

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
IOrdering Descending()

Return Value

Type: IOrdering
An IExpression that will sort in desecending order
See Also