onlyTrashed method

MssqlRelation<TParent, TChild> onlyTrashed()

Target scope: only soft-deleted children.

Implementation

MssqlRelation<TParent, TChild> onlyTrashed() =>
    _copy(scope: scope.onlyTrashed());