ILimit Interface |
Namespace: Couchbase.Lite.Query
public interface ILimit : IQuery, IDisposable
The ILimit type exposes the following members.
Name | Description | |
---|---|---|
Parameters |
Gets or sets the parameter collection for this query so that parameters may be
added for substitution into the query API (via Parameter(String))
(Inherited from IQuery.) |
Name | Description | |
---|---|---|
AddChangeListener(EventHandlerQueryChangedEventArgs) |
Adds a change listener to track when this query instance has a change in
its results. Adding the first change listener will begin the live semantics.
(Inherited from IQuery.) | |
AddChangeListener(TaskScheduler, EventHandlerQueryChangedEventArgs) |
Adds a change listener to track when this query instance has a change in
its results. Adding the first change listener will begin the live semantics.
(Inherited from IQuery.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Execute |
Runs the query
(Inherited from IQuery.) | |
Explain |
Gets an explanation of what the query will do
(Inherited from IQuery.) | |
RemoveChangeListener |
Removes a changes listener based on the token that was received from
AddChangeListener(TaskScheduler, EventHandlerQueryChangedEventArgs) (Inherited from IQuery.) |