How to create edmx from postgresql database

I have a database in postgresql and I want to create edmx (entity framework) using the wizard in vs 2010 (v4.0) in my project.

I followed all the steps given in this blog http://fxjr.blogspot.in/2011/05/npgsql-design-time-support-preview.html , but I can not find the data provider for postgresql when creating edmx.

I saw http://ud-csharp.blogspot.in/2010/02/entity-framework-con-postgresql.html but did not get any success.

+5
source share
2 answers

After resolving similar issues with creating Entity Npgsql objects, I began to explore commercial options.

Devart dotConnect PostgreSQL Pro. , 1 , , , Visual Studio , Npgsql.

http://www.devart.com/dotconnect/postgresql/

0

NpgsqlDdexProvider EntityFramework 5 6. Postgres Visual Studio 2015.

. http://www.npgsql.org/doc/ddex.html

0

All Articles