Using Entity Framework 6 Model First.
Two entities in the project, Person
and Worker
Person
is the base class of Worker
I'm able to create brand new Worker
which also create new Person
But when a Person
entity already exist in database, how would I extend it, and add to Worker
?