MssqlEntityQuery<TRow, TFields, S extends MssqlEntityQuery<TRow, TFields, S> > constructor
MssqlEntityQuery<TRow, TFields, S extends MssqlEntityQuery<TRow, TFields, S> > (
- MssqlQueryContext<
TRow> context, [ - MssqlQueryState state = const MssqlQueryState.empty(),
- List<
MssqlRelation< included = const []TRow, Object?> >
Implementation
MssqlEntityQuery(
this.context, [
this.state = const MssqlQueryState.empty(),
List<MssqlRelation<TRow, Object?>> included = const [],
]) : included = List<MssqlRelation<TRow, Object?>>.unmodifiable(included);