Positions the cursor to the next row, or after the last row if the cursor was already on the last row.
Visual Basic
NotOverridable Public Function Read() As Boolean _
Implements IDataReader.Read
C#
public bool Read();
True if successful, false otherwise. For example, the method fails if there are no more rows.
This method is identical to the ULDataReader.MoveNext method.
ULException class - A SQL error occurred.