Indicates the limit of rows to be returned. It can be single using the 1-field constructor or complex (lower and upper limit) using the 2-field constrcutor.
Limit(1); Limit(10, 20);
See Implementation
Indicates the limit of rows to be returned. It can be single using the 1-field constructor or complex (lower and upper limit) using the 2-field constrcutor.