3 out of 3 rated this helpful - Rate this topic

Customizing Insert, Update, and Delete Operations

By default, LINQ to SQL generates dynamic SQL to implement insert, read, update, and delete operations. In practice, however, you typically customize your application to suit your business needs.

noteNote:
If you are using Visual Studio, you can use the Object Relational Designer to customize insert, update, and delete actions.. Walkthrough: Customizing the Insert, Update, and Delete Behavior of Entity Classes
Walkthrough: Customizing the Insert, Update, and Delete Behavior of Entity Classes

This section of topics describes the techniques that LINQ to SQL provides for customizing insert, read, update, and delete operations in your application. 

In This Section

Customizing Operations: Overview
Describes the various techniques LINQ to SQL provides for customizing insert, read, update, and delete operations.

Insert, Update, and Delete Operations
Describes the LINQ to SQL default processes for manipulating database data.

Responsibilities of the Developer In Overriding Default Behavior
Describes the role of the developer in implementing requirements not enforced by LINQ to SQL.

Adding Business Logic By Using Partial Methods
Describes how to use partial methods to override autogenerated methods.



Copyright © 2012 by Microsoft Corporation. All rights reserved.


Build Date:

2012-08-02
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.