rows property

int get rows

Returns the number of rows in the result

Implementation

int get rows {
  return _rows;
}