A table of data resulting from a query, read row-by-row via next.
Returns metadata describing the columns in this result set.
Retrieves the value at the given 1-based columnIndex, converting it to the requested type.
Advances to the next row. Returns true if a row is available, false when exhausted.
true
false