absolution183
❔ Updating an entity/record with 1 query(?) on Entity Framework
So I ended up seeing
Entry()
method as well, and this SO answer says that's the one that updates all fields, and Attach()
is actually the safer method.
https://stackoverflow.com/a/3098817615 replies