Reputation: 263
I am working on CodeFirst and have auto-generated the DbContext and Entities models for the first time.
It successfully generated Entity Models:
But for awhile, the Database has had some new tables, and I have had to generate new C# Entity models. Currently, there is no way allow me to automatically generate a new Entity class for the existing DbContext.
Would you please advise me on it?
Upvotes: 0
Views: 1050
Reputation: 689
You have three options (to my knowledge):
Upvotes: 0