attachSoftDeleteColumn method
Stores the effective soft delete column for this instance.
Implementation
void attachSoftDeleteColumn(String column) {
_softDeleteColumns[this] = column;
}
Stores the effective soft delete column for this instance.
void attachSoftDeleteColumn(String column) {
_softDeleteColumns[this] = column;
}