columns property

int get columns

Returns the number of columns in the result

Implementation

int get columns {
  return _columns;
}