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

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -