Click or drag to resize

ISortOrderAscending Method

Returns an IExpression that will sort in ascending order

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

Return Value

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