menu
khadem package
documentation
database/orm.dart
Relation<Related extends KhademModel<Related>, Parent>
getQuery method
getQuery method
dark_mode
light_mode
getQuery
method
QueryBuilderInterface
<
Related
>
getQuery
(
)
Get the query builder for the relation.
Implementation
QueryBuilderInterface<Related> getQuery() => query;
khadem package
documentation
database/orm
Relation<Related extends KhademModel<Related>, Parent>
getQuery method
Relation class