Table per concrete type & associations

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
JonasJ
Posts: 8
Joined: Wed 25 Nov 2009 08:51

Table per concrete type & associations

Post by JonasJ » Wed 03 Mar 2010 16:01

In my model I have a number of entities that all reference the same table.
Is there a way to move this association to a base class using TPC inheritance?
(If so, how?)

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 11 Mar 2010 09:40

Take a look at the Muhammad Mosa's post here:
http://mosesofegypt.net/post/Inheritanc ... art-2.aspx
It describes a similar situation. Hope this helps.

Post Reply