Hi
I have a group of tables (B1, B2, B3, ......), where each table is referenced by another table (A1-->B1, A2-->B2, A3-->B3, and so on).
What I need is, to keep this information in an internal cache. My idea is to analyze in runtime each of LLBLGen's entities - and for each entity whose table's name is "B[i]", to find its "A[i]", say by the foreign key which I believe should be registered somewhere - but I don't know if it is possible.
Am I thinking right? Any other way to find the referencing entity/field?