Hi
I have an entity Client representing an actual table in the database, i want to specialize it into other subtypes like IndividualClient based on the Client.IsIndividual = true.
IndividualClient is not a physical table
Using Inheritance Type : Target Per Entity Hierarchy
Problem is the validate entity check requires IndividualClient entity to map to a physical table
What am i doing wrong