when i update the database with some new relationship between tables, is there a way to update the edmx file as well?
(when i click update model from database, seems nothing changes)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open .edmx file in Visual Studio and then simply right click on “Update model from database” and then select any table you need from the Add tab.
If nothing else works you can simply select all the tables delete them and then do the procedure mentioned above.