Thursday, 2 February 2012

Refreshing LINQ

Today I learned that you can force an update of a record from the database using LINQ, where it has been changed by another user.  Just use the Refresh method of the DataContext.

No comments:

Post a Comment