Microsoft Exam Questions

Which of the following is the SqlDataReader method that allows for this?

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the use of a
method that moves the data reader on to the subsequent result, when examining the results of
batch Transact-SQL statements.
Which of the following is the SqlDataReader method that allows for this?

A.
The Read method.

B.
The Next method.

C.
The Result method.

D.
The NextResult method.

Explanation: