onlyTrashedRows property
bool
get
onlyTrashedRows
Whether this selection sees only soft-deleted rows.
Implementation
bool get onlyTrashedRows => trashed == MssqlTrashed.only;
Whether this selection sees only soft-deleted rows.
bool get onlyTrashedRows => trashed == MssqlTrashed.only;