How does Entity Framework track updates?
Inserts and Deletes are easy - they have dedicated methods. But wha开发者_运维知识库t does it do to detect changes to loaded records?
There are many articles describing the change tracking mechanism.
Tracking Changes in POCO Entities
Identity Resolution, State Management, and Change Tracking
精彩评论