withoutTrashed method

MssqlScopeSelection withoutTrashed()

Back to the default: deleted rows hidden.

Implementation

MssqlScopeSelection withoutTrashed() => MssqlScopeSelection(
  trashed: MssqlTrashed.without,
  withoutScopes: withoutScopes,
);