What is the role of DataReader object?
Ask by Sumit Kesarwani
Updated 23 Sep 2020
A DataReader object provides forward only, read only access to a database.
The connection to the database must be open while accessing data through DataReader object.
It loads only a single row at a time in the memory.