Reputation: 5992
I'm new to Entity Framework, I need to implement the table per class inheritance strategy. This followed the steps explained in this tutorial
But I get this error:
employee and vendor entity are not mapped
I found this article not well detailed. Can you give me more explanations?
Thanks to everyone
Upvotes: 1
Views: 630
Reputation: 16983
Something going wrong in the mapping of your DbContext, anyway here is a very good example and description. Just follow the tutorial step by step and good luck!
Upvotes: 1