limit method
ProcessedTableManager<_$SharedDatabase, $TeacherPositionTable, TeacherPositionData, $$TeacherPositionTableFilterComposer, $$TeacherPositionTableOrderingComposer, $$TeacherPositionTableAnnotationComposer, $$TeacherPositionTableCreateCompanionBuilder, $$TeacherPositionTableUpdateCompanionBuilder, (TeacherPositionData, $$TeacherPositionTableReferences), TeacherPositionData, PrefetchHooks Function({bool teacherRefs})>
limit(})
inherited
Add a limit to the statement
Implementation
ProcessedTableManager<
$Database,
$Table,
$Dataclass,
$FilterComposer,
$OrderingComposer,
$ComputedFieldComposer,
$CreateCompanionCallback,
$UpdateCompanionCallback,
$DataclassWithReferences,
$ActiveDataclass,
$CreatePrefetchHooksCallback
>
limit(int limit, {int? offset}) {
return ProcessedTableManager($state.copyWith(limit: limit, offset: offset));
}