System::Data::IDataReader::Read method

IDataReader::Read method

RTTI information.

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

ReturnValue

True if there are more rows, false otherwise.

Remarks

Moves to the next row.

See Also