System::Data::Common::DbDataReader::Read method

DbDataReader::Read method

Reads next record from database.

virtual bool System::Data::Common::DbDataReader::Read()=0

ReturnValue

True if there are more rows, false otherwise.

See Also