Retrieves and returns the next row in the result set.
Public Function NextRow() As Object()
public object[] NextRow()
The next row of values in the result set, or null if there are no more rows in this result set.