SQL Server, Azure SQL Database, Amazon RDS & AWS, Oracle and IBM Help
An online community of DBAs, developers and data intelligence builders, with videos, articles, resources and online events for members and non-members.
Find out more >>
(Peter Vogel) Assuming you’re using the latest version of Entity Framework, the easiest way to update your database is to use DbContext’s Entry class: It’s just two lines of code no matter how many properties your object has.