0

can anyone tell me which function is responsible for generating the .edmx file while using database first approach ? i am trying to modify the .edmx file when it is generated and exclude some columns from it.

2 Answers2

0

The ADO.NET Entity Data Model Designer (Entity Designer) uses the Update Model Wizard to update an .edmx file from changes made to the database. Please see the following link for more information about changes made to an .edmx file: Changes Made to an .edmx File by the Update Model Wizard.

ArthurAkhmerov
  • 159
  • 2
  • 5
0

in case anyone looking for the same.

edmGen.exe is responsible for generating the .edmx in database first approach.

file location: "C:\windows\Microsoft.NET\Framework\v4.0.30319\edmgen.exe"