// Determines the maximum limit of results to be returned. func (r *result) Limit(n uint) db.Result { r.limit = sqlgen.Limit(n) return r }
// Determines the maximum limit of results to be returned. func (self *result) Limit(n uint) db.Result { self.limit = sqlgen.Limit(n) return self }