menu
dartian package
documentation
orm.dart
SelectQuery
limit method
limit method
dark_mode
light_mode
limit
method
SelectQuery
limit
(
int
count
)
Add LIMIT
Implementation
SelectQuery limit(int count) { _limit = count; return this; }
dartian package
documentation
orm
SelectQuery
limit method
SelectQuery class