Good morning/afternoon all,
I am relatively new to using SharpDevelop but have been using VS for a fair ammount of time. I came across a post dating back to 2012 where a user was asking if it was possible to update the EDMX/ Entity Framework data model through the IDE. As a workaround, I have been deleting the model and creating a model with a unique name, as creating the model with the same name appears not to generate the EDMX properly (changes to model are not displayed/input to code behind). Not sure if this is an issue with using in conjunction with git/tortoisegit. The post suggested the same as what I have been currently doing.
So what I am wondering is; Is it possible to refresh the model without having to go through the process of re-creating it each time?
#Develop version used: 5.1.0.5216 on Win 10 Pro
Kind regards and thanks in advance,
Dylan