Schema information

Posts   
 
    
orenpeled
User
Posts: 53
Joined: 25-Jul-2005
# Posted on: 04-Jan-2006 11:09:17   

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?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 04-Jan-2006 14:41:12   

The schema is generated into code, not into meta-data which is readable.

You may create a template and generate the meta-data into the code which builds your structure and/or produces.