numFields property

int get numFields

Returns the number of columns in the result set.

Implementation

int get numFields => resultSet.numOfColumns;