withoutGlobalScopes method

MssqlRepository<TRow, TKey> withoutGlobalScopes()

Switches every global scope off without changing soft-delete visibility.

Implementation

MssqlRepository<TRow, TKey> withoutGlobalScopes() =>
    _withScope(scope.withoutGlobalScopes(binding.scopes));