Share via


This related method is the backing method for the following default insert, update, or delete methods

This related method is the backing method for the following default insert, update, or delete methods. If it is deleted, these methods will be deleted as well. Do you wish to continue?

The selected DataContext method is currently used as one of the Insert, Update, or Delete methods for one of the entity classes on the O/R Designer. Deleting the selected method will cause the entity class that was using this method to revert to the default run-time behavior for performing the Insert, Update, or Delete during an update.

To delete the selected method, causing the entity class to use runtime updates

  • Click Yes.

    The selected method is deleted and any classes that used this method for overriding update behavior are reverted to using the default LINQ to SQL runtime behavior.

To close the message box, leaving the selected method unchanged

  • Click No.

    The message box closes and no changes are made.

See Also

Tasks

How to: Assign Stored Procedures to Perform Updates, Inserts, and Deletes (O/R Designer)

Concepts

DataContext Methods (O/R Designer)

O/R Designer Overview

Other Resources

LINQ to SQL