Reading Rows from a SqlDataReader Object
Reading Rows from a SqlDataReader Object You read the rows from a DataReader object using the Read() method. This method returns the Boolean true value when there is another row to read, otherwise it returns false.