I see there is a similar question asked here but I don't think it was very clear so I'm creating another : http://stackoverflow.com/questions/1239504/entity-framework-inheritance-change-object-type
I have an Entity Student that inherits from an Entity Person.
At some point a Person could become a Student.
Is there any way in Entity Framework 4 to handle this without a stored procedure or creating a new entity.