substitution property

String substitution

Implementation

String get substitution {
  var c = _isProperty ? 'prop' : columnName;
  return _substitution ??= query.reserveName(c);
}