EntityFramework DbContext not sync to database
I'm using Entity Framework 2.1.14.0 because the newest framework is not compatible for the old open edge driver.
I have issues with the entity framework not sync to the database if I make changes to the database outside the app.
How to sync the DbContext from the database server? Because the result of DbContext is not updated.
Sorry for my bad english.
1 Reply
Are you loading tracked models in EF and expecting them to be updated when the DB is edited?
Not sure what you're trying to say.