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...