withoutScope method

MssqlQueryState withoutScope(
  1. String name
)

Implementation

MssqlQueryState withoutScope(String name) =>
    withScope(scope.withoutScope(name));