- Back to Home »
- ADO.NET »
- DataSet
Posted by :
Sudhir Chekuri
Saturday, 12 March 2016
DataSet is used in disconnected architecture to store database tables. It can hold multiple tables in it. It is used to store information retrieved by DataAdapter in disconnected architecture. Data adapter will execute the command and fill the dataset with the data retrieved by execution of SQL command.