0

I need to generate dbContext and entities without visual studio for Postgres and MSSQL.

I tried to use edmgen.exe, but it's create ObjectContext, not DbContext. And it's not work with Postgres.

How I can do it?

gado
  • 33
  • 1
  • 7
  • When you've generated them, what will you do with them without Visual Studio? – Nick.Mc Jan 12 '17 at 08:46
  • I provide my application to integration departament, they should generate items and dbcontext and load to my application without recompilation, My application will use entities via reflection – gado Jan 12 '17 at 08:57

0 Answers0