Timeline for Entity Framework 5 Updating a Record
Current License: CC BY-SA 3.0
3 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Nov 14, 2019 at 8:57 | comment | added | Tanveer Badar |
This controls the set part of the update statement.
|
|
Jan 7, 2019 at 19:11 | comment | added | nelsontruran | Why not just DbContext.Attach(obj); DbContext.Entry(obj).State = EntityState.Modified; | |
Mar 16, 2016 at 16:04 | history | answered | Matthew Steven Monkan | CC BY-SA 3.0 |