Tip 17 – How to do one step updates with AttachAsModified(..)
Background: In Tip 13 – How to Attach the easy way I showed you how to ‘establish’ the EntitySet for a particular CLR Type so you could Attach it. But in all the tips so far the same basic pattern is used: Attach the original version of the Entity Modify it SaveChanges I’ve given you tips to make it easier to do (1) see Tip 13 and Tip 16 . I’ve also covered the things you need to understand when doing (2) in Tip 7 and Tip 9 respectively
Read more from the original source:
Tip 17 – How to do one step updates with AttachAsModified(..)


