limit method
ProcessedTableManager<_$SharedDatabase, $TeacherTable, TeacherData, $$TeacherTableFilterComposer, $$TeacherTableOrderingComposer, $$TeacherTableAnnotationComposer, $$TeacherTableCreateCompanionBuilder, $$TeacherTableUpdateCompanionBuilder, (TeacherData, $$TeacherTableReferences), TeacherData, PrefetchHooks Function({bool countryId, bool genderId, bool teacherPositionId, bool universityId})>
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));
}