public readonly property current as T
Current row after a successful call to next().
next()
Current result row.
if rows.next(): print(rows.current)