ADO EF Code First Generic Intermediate Class Inheritance mapping?

Entity framework doesn't support intermediate non mapped types in inheritance hierarchy. It means that you can't have this inheritance: A (mapped) -> B (not mapped) -> C (mapped). EF also doesn't support mapping generic types.

It means that you must remove your generic intermediate class from the hierarchy and move AspectValue to derived types with correct type.

Maybe it's to late, but I would offer you using ComplexType attribute it will allows you to extend your types as you wish.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions