Inherited properties are not saved in the DB
Hello,
I have a class inherited directly from another class. The parent class is mapped to the DB table: objParent... The child is mapped to to the DB table: objChild.
Both tables have optimized properties.
I have an activity that saves child instances to the DB, all properties related to child are well populated at DB level, but, the inherited ones are not although I have set them in my activity. (I have always objParent empty). Could you please advise?
Thanks,
Rosy
Message was edited by: Vidyaranjan Av | Included Category