Back to Entityframework

Saving Data - EF6

entity-framework/ef6/saving/index.md

latest215 B
Original Source

Saving Data with Entity Framework 6

In this section you can find information about EF's change tracking capabilities and what happens when you call SaveChanges to persist any changes to objects into the database.