menu
mssql_orm package
documentation
orm.dart
MssqlEntityQuery<TRow, TFields, S extends MssqlEntityQuery<TRow, TFields, S>>
state property
state property
dark_mode
light_mode
state
property
MssqlQueryState
state
final
The immutable query state: scope selection, predicates, ordering.
Implementation
final MssqlQueryState state;
mssql_orm package
documentation
orm
MssqlEntityQuery<TRow, TFields, S extends MssqlEntityQuery<TRow, TFields, S>>
state property
MssqlEntityQuery class