min method

Field min ()

Perform a MIN operation on a field.

Implementation

Field min() {
  _operation = 'MIN';
  return this;
}