ILimitRouterLimit Method (Object, Object) | 
 
            Limits a query to the given count and also offsets it by
            a given count (ulong, parameter, etc)
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
SyntaxILimit Limit(
	Object limit,
	Object offset
)
Parameters
- limit
 - Type: SystemObject
The amount to limit the query to - offset
 - Type: SystemObject
The amount to offset the query by 
Return Value
Type: 
ILimitThe query for further processing
See Also