We are using EntityFrame work in a singleton class ? - Not reflecting the DataBase changes in the fr

Posted by anishmarokey on Stack Overflow See other posts from Stack Overflow or by anishmarokey
Published on 2010-03-23T14:18:54Z Indexed on 2010/03/23 14:23 UTC
Read the original article Hit count: 160

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework