Showing posts with the label DataReader

Difference between DataReader, DataSet, DataAdapter and DataTable in C# and VB.Net

DataReader DataReader as the name suggests reads data. DataReader is  used for fetching records from the SQL Query …