onlyTrashed method
Target scope: only soft-deleted children.
Implementation
MssqlRelation<TParent, TChild> onlyTrashed() =>
_copy(scope: scope.onlyTrashed());
Target scope: only soft-deleted children.
MssqlRelation<TParent, TChild> onlyTrashed() =>
_copy(scope: scope.onlyTrashed());