Interface ISortOrder
An interface representing the way that an IOrderBy should be sorted
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface ISortOrder : IOrdering
Methods
| Improve this Doc View SourceAscending()
Returns an IExpression that will sort in ascending order
Declaration
IOrdering Ascending()
Returns
Type | Description |
---|---|
IOrdering | An IExpression that will sort in ascending order |
Descending()
Returns an IExpression that will sort in desecending order
Declaration
IOrdering Descending()
Returns
Type | Description |
---|---|
IOrdering | An IExpression that will sort in desecending order |