What is Dataset object? Explain the various objects in Dataset.

Answer

The DataSet object is a disconnected storage.
It is used for manipulation of relational data.
The DataSet is filled with data from the store
We fill it with data fetched from the data store. Once the work is done with the dataset, connection is reestablished and the changes are reflected back into the store.

Dataset has a collection of Tables which has DataTable collection which further has DataRow DataColumn objects collections.
It also has collections for the primary keys, constraints, and default values called as constraint collection.
A DefaultView object for each table is used to create a DataView object based on the table, so that the data can be searched, filtered or otherwise manipulated while displaying the data.

All ado.net Questions

Ask your interview questions on ado-net

Write Your comment or Questions if you want the answers on ado-net from ado-net Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---