We are using EntityFrame work in a singleton class ? - Not reflecting the DataBase changes in the fr
- by anishmarokey
Our application is using Entity Framework(.net 3.5) and single Ton . When i update in the back end through procedure.It is not reflecting in the entity context.
I tried with refresh - But it is not refreshing Foreign Key.
How to refresh the entire context in Entity Framework ?