I have created a model from a existing Sql Server db and I was curious if there is a way to update a existing model if I make changes on my sql db structure?
I mean, if I create a table using Sql Server Management Studio, could I update my model in VS?
Thank a lot;
Really would help to know what your “model” is. If you are using EntityFramework, you will have to update the model from the database (selecting the table you want to add) via the EDMX.