Read()

IDataReader::Read() method

RTTI information.

virtual bool System::Data::IDataReader::Read()=0

Return Value

True if there are more rows, false otherwise.

Remarks

Moves to the next row.

See Also