List out the data context functions. Where do we use “submitchanges()"?
Answer Posted / Sanjiv
DataContext provides several functions like InsertOnSubmit(), DeleteOnSubmit(), Attach(), and SubmitChanges(). The SubmitChanges() method is used to save all changes made to the data context (e.g., adding, deleting, or updating records) by executing the corresponding SQL commands (INSERT, UPDATE, DELETE).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category