Dinamically Generated Entities???

Posts   
 
    
juliom
User
Posts: 17
Joined: 13-Jun-2005
# Posted on: 08-Jul-2005 17:58:14   

Hello Guys!!!!

Is there any way to deal with dynamically generated entities??? We have a system to create and process surveys. Once a survey is applied some process creates and fills a summary table for analysis purposes. The structure of such summary tables changes depending on the number of questions in the survey, so it basically adds columns at the end. The first 3 columns in those summary tables always will be the same. Can this be handled using LLBLGen???

Thanks in advance...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39749
Joined: 17-Aug-2003
# Posted on: 08-Jul-2005 19:16:05   

Dynamic generated entities are not supported, as you need types at compile time. So dynamically generate them is then not what you want.

Frans Bouma | Lead developer LLBLGen Pro