limit method

LQB limit(
  1. int count
)

Implementation

LQB limit(int count) {
  this._limit = count;
  return this;
}