Select base class in Entity Framework
Posted
by fishiefishie
on Stack Overflow
See other posts from Stack Overflow
or by fishiefishie
Published on 2010-04-13T15:40:58Z
Indexed on
2010/04/13
15:43 UTC
Read the original article
Hit count: 354
entity-framework
Suppose I have
table Person
table Employee, which inherits Person.
I want to get a list of Person only. How do you get entity framework to do that without joining the Employee table?
© Stack Overflow or respective owner