LINQ to SQL
Making and Submitting Data Changes (LINQ to SQL)
The topics in this section describe how to make and transmit changes to the database and how to handle optimistic concurrency conflicts.
Note |
|---|
You can override LINQ to SQL default methods for Insert, Update, and Delete database operations. For more information, see Customizing Insert, Update, and Delete Operations (LINQ to SQL). Developers using Visual Studio can use the Object Relational Designer to develop stored procedures for the same purpose. |
In This Section
Note