views:

22

answers:

1

I have an entity generated from my database that contains one table. When i make changes in the DB i obviously would like these changes to reflected in my model.

My current approach is to delete the item from the designer and then right-click - update model from database. This works for me at the moment. Is there a different approach to refreshing these entity tables ?

+1  A: 

Why are you deleting them? You can simply right click on your model and select Update Model From Database... and you are done.

Morteza Manavi