| ILimitRouter Methods | 
 Methods
Methods| 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)
             | 
 See Also
See Also