menu
mssql_orm package
documentation
orm.dart
MssqlQueryState
where property
where property
dark_mode
light_mode
where
property
List
<
MssqlCondition
>
where
final
User-supplied predicates, ANDed together.
Implementation
final List<MssqlCondition> where;
mssql_orm package
documentation
orm
MssqlQueryState
where property
MssqlQueryState class