limit property

String? limit
getter/setter pair

The limit to use for the query.

This equates to the LIMIT clause in SQL. A limit of 0 will be treated as not enabled.

Implementation

core.String? limit;