This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Dear folks at Mindscape, I have used inheritance for a while with Lightspeed. Currently I am no longer able to get all columns generated in the database. The discriminator column doesn't appear in the parent table. What did I wrong? I put my testmodel to this message. |
|
|
You need to create the discriminator as a property of the base class. You can (and probably should!) set its Visibility to Private or its Generation to FieldOnly to stop application code messing with it, but we need it to be there. |
|