Google News
logo
ADO.NET - Interview Questions
What does DataReader Object do?
The DataReader object of ADO.NET is used to provide the access of data from a specified data source. It contains classes to sequentially read data from a data source like Oracle, MS Access, SQL Server, etc.
Advertisement