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.0.0-b0364
Syntax
C#
IOrdering Descending()

Return Value

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