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.
Was this page helpful?