Unidirect.NET & the ADO.NET Entity Data Model in VS 2008

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
Jacobus1
Posts: 2
Joined: Tue 02 Jun 2009 11:22

Unidirect.NET & the ADO.NET Entity Data Model in VS 2008

Post by Jacobus1 » Tue 02 Jun 2009 11:43

How can I get VS 2008 to generate an Entity Data Model from my database using Unidirect pro? I'm using a postgres DB but would still like to be able to port to other databases using Unidirect. Any help?

Thanx in advance

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 02 Jun 2009 13:00

UniDirect .NET doesn't support Entity Developer. We don't have any plans now to support it.

Jacobus1
Posts: 2
Joined: Tue 02 Jun 2009 11:22

Post by Jacobus1 » Tue 02 Jun 2009 13:19

OK, what about LINQ. How can I map my database to my objects using LINQ and Unidirect or some other ORM tool (NHibernate perhaps)?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 05 Jun 2009 10:39

UniDirect .NET doesn't support LINQ to SQL and Entity Framework. If you want to work with PostreSQL using LINQ to SQL, please take a look at dotConnect for PostreSQL.

Post Reply