limit method

SelectOperation limit(
  1. int limit
)

Implementation

SelectOperation limit(int limit) {
  _limit = limit;
  return this;
}