withTrashed method

MssqlRelation<TParent, TChild> withTrashed()

Target scope: include soft-deleted children.

Implementation

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