Hello, What is the best practice to model entity generalization in entitymodel.xml. Say, I have entity B that extends entity A. So entity B has all fields of A plus some additional(B specific). Should entity B store inherited fields in A and have fk to this record or has another table with all fields from A + additional?
Regards Krzysztof Podejma
