withTrashed method

MssqlScopeSelection withTrashed()

Include soft-deleted rows.

Implementation

MssqlScopeSelection withTrashed() => MssqlScopeSelection(
  trashed: MssqlTrashed.with_,
  withoutScopes: withoutScopes,
);