Hi all, I am an absolute newbie in LLBLGenPro, and after some long docs/forum searches I decided to post my question here.
I have to build a financial software in which two tables are related 1:n (security -> orders). The two tables are located in different catalogs, but since I am using LLBLGenPro 2.0.0.0 Final I have no issue with it.
My issue is a bit different: I need to show the orders in an Infragistics grid, together with their corresponding security. And they have to be in the same row. I am able to show the orders itself (using Adapter), but I have to show all the security data rather than just the security's ID (PK in security table, FK in orders table). How am I supposed to do it?
Even worse, there may be some more entities that behave in the same way, (think currency of the security, state of the order, and so on).
Thanks in advance for your help.