ADO.Net Questions - Part 2
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
-
How can we save all data from DataSet?
Dataset has AcceptChanges method which commits all the changes since last time AcceptChanges has been executed.
-
What are the .Net namespaces with the data functionality classes?
System.Data This namespace contains the basic objects used for accessing and storing relational data, such as DataSet, DataTable, and DataRelation. Each of these is independent of the type of data source and the type of the connection.
January 14, 2008 | Filed Under ADO.Net Questions | Leave a Comment
January 26, 2008 | Filed Under ADO.Net Questions | Leave a Comment