Question
HCL
AU
Last activity: 1 Jun 2017 7:34 EDT
If the child class doesnt have any properties tagged to it, Will the results of the db table mapped to child class get set to the properties of the parent class?
Have a scenario to fetch the details of a table having same schema from two different databases. In order to avoid creating duplicate properties, I have created the 2nd class as a Child structure to the 1st class. When fetching the details will the pxResults of the child table be mapped to the clipboard using the properties created under the parent class?