ISortOrder Interface |
Namespace: Couchbase.Lite.Query
public interface ISortOrder : IOrderBy, IQuery, IDisposable
The ISortOrder type exposes the following members.
| Name | Description | |
|---|---|---|
| Ascending |
Returns an IExpression that will sort in ascending order
| |
| Descending |
Returns an IExpression that will sort in desecending order
| |
| Dispose | (Inherited from IDisposable.) | |
| Run |
Runs the query
(Inherited from IQuery.) |