In LINQ to SQL, the SubmitChanges method is used to _______ changes to the database.

  • apply
  • commit
  • execute
  • persist
The SubmitChanges method in LINQ to SQL is used to commit changes made to objects in the DataContext to the associated database. This method ensures that changes are saved to the database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *