count method

Field count ()

Perform a COUNT operation on a field.

Implementation

Field count() {
  _operation = 'COUNT';
  return this;
}