menu
mssql_orm package
documentation
orm.dart
MssqlRepository<TRow, TKey>
count method
count method
dark_mode
light_mode
count
method
Future
<
int
>
count
(
[
MssqlCondition
?
where
])
Implementation
Future<int> count([MssqlCondition? where]) => _count(where);
mssql_orm package
documentation
orm
MssqlRepository<TRow, TKey>
count method
MssqlRepository class