Question 603. Explain Different Methods And Properties Of Datareader Which You Have Used In Your Project?
A DataReader parses a Tabular Data Stream from Microsoft SQL Server, and other methods of retrieving data from other sources. A DataReader is usually accompanied by a Command object that contains the query, optionally any parameters, and the connection object to run the query on.