conditionFor method
Implementation
MssqlCondition? conditionFor(MssqlTrashed trashed) => switch (trashed) {
MssqlTrashed.without => alive,
MssqlTrashed.only => deleted,
MssqlTrashed.with_ => null,
};
MssqlCondition? conditionFor(MssqlTrashed trashed) => switch (trashed) {
MssqlTrashed.without => alive,
MssqlTrashed.only => deleted,
MssqlTrashed.with_ => null,
};