Can we update a record using Table.Attach() in LINQ to SQL?
If yes, how?
The idea is, I shall create a new object, attach it to the Table (which in turn will be attached to DataContext), then I shall submit changes, etc. It ID matches, the existing object will be updated.