Interview Questions

What is the role of the DataReader class in ADO.NET connections?

C# Interview Questions and Answers


(Continued from previous question...)

193. What is the role of the DataReader class in ADO.NET connections?

It returns a read-only, forward-only rowset from the data source. A DataReader provides fast access when a forward-only sequential read is needed.

(Continued on next question...)

Other Interview Questions