I have a project where I\'ve defined in EF an Employer as a derived class of User. In my process I create a user without knowing whether it will e
Employer
User
Supose that your Employer entity has only nullable properties then it is possible to go to the table at the database and change the Discriminator from User to Employer. All relationships will be kept. And also it is possible to do the opposite.