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 SqlDataReader on to the subsequent record.
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:
Read moved to subsequent row of records and
NextResult move to next set of result so Answer is A-Read
option A
a