I have a edmx
file created using the entity entity framework model.
Whenever I make some changes in the edmx(Like removing a column from the entity), I would like to generate the entity classes(Designer.cs
). I know I can do this by right clicking the edmx file and Run custom tool
I wanted to do this using edmgen tool. But the edmgen tool needs the msdl and csdl files. But I have all the contents in the edmx file.
Is there any way to specify the edmx file to the edmgen command.