withScope method

A copy with scope replaced.

Implementation

MssqlQueryState withScope(MssqlScopeSelection scope) => MssqlQueryState(
  scope: scope,
  where: where,
  orderBy: orderBy,
  options: options,
  ctes: ctes,
);