Hello,
I've a question conerning defining and using a complex type in method 'DEFINE' of Model class.
Scenario: I've to read an Object from DB which has a header part and can have multiple names and multiple addresses.
I've a strucutre for header, and corresopnding table types for Name and Address.
I want to know if its possible to define a single object/entity for above i.e. the object has one header part and
collection of names and addresses.
Thanks for your help!
Regards,
Rohit.