Reputation: 33
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?
Upvotes: 0
Views: 136