How to share common column names in a Table per Hierarchy (TPH) mapping

前端 未结 2 1824
陌清茗
陌清茗 2020-12-01 06:25

I\'m using Entity Framework 4 CTP5 code first approach and I have a Table per Hierarchy (TPH) mapping. Some of my classes in the hierarchy have properties in common.

2条回答
  •  一整个雨季
    2020-12-01 07:16

    For anyone who was having trouble with this issue, it has now been fixed in EF6: Entity framework - Codeplex

提交回复
热议问题