Select from following answers:- Examine the return value of the DbDataReader.NextResult method.
- Call the DbDataReader.GetValue method and check that it does not return an exception.
- Examine the return value of the DbDataReader.Read method.

- All Above
The DbDataReader.Read method advances the reader to the next record in a result set and returns True if there are more rows; otherwise it returns False.
The DbDataReader.NextResult method returns True if a subsequent result set is available.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator