withoutGlobalScopes method
Switches every global scope off without changing soft-delete visibility.
Implementation
MssqlRepository<TRow, TKey> withoutGlobalScopes() =>
_withScope(scope.withoutGlobalScopes(binding.scopes));
Switches every global scope off without changing soft-delete visibility.
MssqlRepository<TRow, TKey> withoutGlobalScopes() =>
_withScope(scope.withoutGlobalScopes(binding.scopes));