attachSoftDeleteColumn method

void attachSoftDeleteColumn(
  1. String column
)
inherited

Stores the effective soft delete column for this instance.

Implementation

void attachSoftDeleteColumn(String column) {
  _softDeleteColumns[this] = column;
}