QueryBuilder.limit

Sets the LIMIT in the query. Only for SELECT queries, obviously.

struct QueryBuilder
ref
limit
(
int limit
)

Meta