Modifying Data in ADO.NET 

A key function of any database application is the ability to update the data that is stored in the database. In ADO.NET, updating data involves using the DataAdapter and DataSet, and Command objects; and it may also involve using transactions.

In This Section

See Also

Other Resources

ADO.NET