Read()

DbDataReader::Read() method

Reads next record from database.

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

Return Value

True if there are more rows, false otherwise.

See Also