withoutTrashed method

MssqlRepository<TRow, TKey> withoutTrashed()

Back to the default: deleted rows hidden.

Implementation

MssqlRepository<TRow, TKey> withoutTrashed() =>
    _withScope(scope.withoutTrashed());