gado
gado

Reputation: 33

How to generate dbContext and entities without visual studio for Postgres and MSSQL?

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

Answers (0)

Related Questions