withTrashed method
Returns a repository that also sees soft-deleted rows.
Implementation
MssqlRepository<TRow, TKey> withTrashed() => _withScope(scope.withTrashed());
Returns a repository that also sees soft-deleted rows.
MssqlRepository<TRow, TKey> withTrashed() => _withScope(scope.withTrashed());