withoutScope method
Switches a global scope off by name.
Implementation
MssqlRepository<TRow, TKey> withoutScope(String name) =>
_withScope(scope.withoutScope(name));
Switches a global scope off by name.
MssqlRepository<TRow, TKey> withoutScope(String name) =>
_withScope(scope.withoutScope(name));