2010/9/16 Matt Mangold <[email protected]> > I want to be able to take an existing employee and make them an > administrator. >
Then your model is not properly mapped. The idea of changing the discriminator value, it doesn't make any sense if you think twice. If you can change the discriminator value without breaking anything, then is better to just put an enum or something as a property in Person and thats all. Not inheritance at all. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
