ILimitRouter Interface |
Namespace: Couchbase.Lite.Query
public interface ILimitRouter
Name | Description | |
---|---|---|
Limit(IExpression) |
Limits a query to the given count (ulong, parameter, etc)
| |
Limit(IExpression, IExpression) |
Limits a query to the given count and also offsets it by
a given count (ulong, parameter, etc)
|