Select from following answers:- Call the Attach method of the collection associated with the table object associated with the result set.
- Call the DataContext.Translate method.
- Call the DataContext.SubmitChanges method.

- All Above
When you call SubmitChanges, LINQ to SQL examines the set of known objects to determine if properties have been updated. If they have, these updates are submitted to the database.
The Refresh method refreshes the object state by using data in the database. It does not submit changes.
The Translate method converts an existing IDataReader to objects. It does not submit changes.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator