Multiple Inheritance in LINQtoSQL?

后端 未结 1 949
一向
一向 2021-01-07 05:54

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 inherit

1条回答
  •  旧巷少年郎
    2021-01-07 06:14

    Entity Framework supports table per type now: http://msdn.microsoft.com/en-us/library/bb399159.aspx

    0 讨论(0)
提交回复
热议问题