Read method

Positions the cursor to the next row, or after the last row if the cursor was already on the last row.

Syntax
Visual Basic
Public Overrides Function Read() As Boolean
C#
public override bool Read();
Return value

True if successful, false otherwise. For example, the method fails if there are no more rows.

Remarks

This method is identical to the ULDataReader.MoveNext method.

See also