IOrderBy Interface |
Namespace: Couchbase.Lite.Query
public interface IOrderBy : IQuery, IDisposable
The IOrderBy type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IDisposable.) | |
| Limit |
Sets the limit for the number of items to return from the query
(Inherited from IQuery.) | |
| Run |
Runs the query
(Inherited from IQuery.) | |
| Skip |
Skips the first given number of items in the query
(Inherited from IQuery.) |