Tagged Questions

3
votes
5answers
7k views

Unable to save Entity Framework Inherited types

I have implemented some table-per-type inheritance in my data model (basically have a "BaseEntity" type with all the base information for my items and a "Employer" type that inherits from the ...