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?)
Table per concrete type & associations
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.
http://mosesofegypt.net/post/Inheritanc ... art-2.aspx
It describes a similar situation. Hope this helps.