sum method

Field sum ()

Perform a SUM operation on a field.

Implementation

Field sum() {
  _operation = 'SUM';
  return this;
}