baron
baron

Reputation: 11181

How to update Entity Data Model?

I have Entity Data Model using ADO.NET Entity Data Model (using auto generate from database)

I have since updated the database schema.

How do I update the Entity Data Model, i.e. redo the auto generate from database step?

Cheers

Upvotes: 2

Views: 1719

Answers (1)

RPM1984
RPM1984

Reputation: 73123

Right click on the designer, click "Update model from database".

Upvotes: 4

Related Questions