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