Entity Framework 4 Entity with EntityState of Unchanged firing update

前端 未结 1 421
无人共我
无人共我 2021-01-05 12:37

I am using EF 4, mapping all CUD operations for my entities using sprocs.

I have two tables, ADDRESS and PERSON. A PERSON can have multiple ADDRESS associated wit

相关标签:
1条回答
  • 2021-01-05 13:17

    I had this same issue, and it has been solved by the hotfix mentioned on that MS KBD page.

    The fix was only published widely in .NET 4.5. However, I expect that EF 6 (which works both on .NET 4 / .NET 4.5) will also ship that fix, as it supersedes the version of System.Data.Entity.dll shipped with .NET 4 with its own.

    0 讨论(0)
提交回复
热议问题