c# - EF6 table-per-type: does is matter if the base class is abstract or not? -
we have imlemented class hierarchy 1 base class , 10 classes directly deriving base class.
with of ef6 , table-per-type, save data sqlserver.
the queries generated huge, investigating our poco model, , in code examples see baseclass abstract.
ours not, wondered if makes difference, ef point of view?
Comments
Post a Comment