withoutScope method

MssqlRepository<TRow, TKey> withoutScope(
  1. String name
)

Switches a global scope off by name.

Implementation

MssqlRepository<TRow, TKey> withoutScope(String name) =>
    _withScope(scope.withoutScope(name));