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.
For anyone who was having trouble with this issue, it has now been fixed in EF6: Entity framework - Codeplex