Hey,
Im using LLBLGen Pro 4.1Final (which is set as the co. implementation)
I have a TPEH on an int field of a table with the superType discriminator set to 0 and the SubType set to one (boolean field wouldn't work).
The SubType entity works fine and gives me a subset of values (think softDelete)
The SuperType entity gives me back everything regardless of the discriminator value of 0 which again is fine.
What I cannot do is save a record to the SuperType entity to include the discriminator field as its set to readonly and cannot be changed.
So how do I update this field to the sql tables as required ?