withScope method
A copy with scope replaced.
Implementation
MssqlQueryState withScope(MssqlScopeSelection scope) => MssqlQueryState(
scope: scope,
where: where,
orderBy: orderBy,
options: options,
ctes: ctes,
);
A copy with scope replaced.
MssqlQueryState withScope(MssqlScopeSelection scope) => MssqlQueryState(
scope: scope,
where: where,
orderBy: orderBy,
options: options,
ctes: ctes,
);