set Limit
Sets the maximum number of results to return.
If no limit is set, all records will be returned.
Return
The same ParameterizedQuery instance.
Parameters
limit
The maximum number of results to return.
See also
Throws
If limit is negative or zero.