Multiple Inheritance in LINQtoSQL?
Posted
by Bumble Bee
on Stack Overflow
See other posts from Stack Overflow
or by Bumble Bee
Published on 2009-11-23T12:26:54Z
Indexed on
2010/05/22
8:30 UTC
Read the original article
Hit count: 317
linq-to-sql
Guys, I have been surfing thru the web to find a way that I could use Multiple-Table-Inheritance in LINQ-To-SQL. But it looks like that it only supports single table inheritance which is not the best way to achieve inheritance in a ORM framework. I got to read that this will be addressed in next LINQ and Entity framework implementations. But how longer a stay we are talking about? In the meantime, if any of you guys have tried out a work-around implementation to achieve this, please let me know. And I thought of using my leisure time to come up with such an implementation so suggestions are welcome!
/Bumble Bee
© Stack Overflow or respective owner