Handling tables without primary keys in EF designer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Waspy
Posts: 2
Joined: Mon 23 Nov 2009 09:00

Handling tables without primary keys in EF designer

Post by Waspy » Mon 23 Nov 2009 09:11

Hello All,

Is there any chance to handle tables without primary keys in EF designer? Let's say create them in READ ONLY mode, otherwise the error message in conceptual schema is not very helpful and everything needs to be done by hand (assuming I cannot modify the database schema).

I would really appreciate your help here...

Regards,
Alex

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

Post by Shalex » Mon 23 Nov 2009 13:11

We recommend you using Devart Entity Developer that is included into dotConnect for Oracle Professional: if your tables are without primary keys, but with unique index - entity keys will be created during model generation.

Post Reply