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 SqlDataReader on to the subsequent record.
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 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:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


vivek

vivek

Read moved to subsequent row of records and

NextResult move to next set of result so Answer is A-Read

option A