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