Hi
What is the use of Dataset in context of ADO.NET
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mamta MPosted Dec 13, 2011, 3:42 AM
Say suppose you are using a DataSet to store employees data from the Emp table. You can view/add/modify/delete the data and then once all changes are done, you can easily update the DataSet back to the table.