Hello,
I'm in the assessment stage of using LLBLGen Pro v2.0.0.0, and I wanted to know how\if LLBLGen provides a means of handling dynamic mapping to database tables that a user can add custom fields to in our application? We have generated a set of entities from our existing database. But our application will allow users to create custom fields on some of the tables(entities) which will then not match the original entities that were created for these tables at design time. Can we write code using the 2 class adapter model to dynamically add fields to an entity at run-time for such tables? Or is there another way to solve this with LLBLGen?
Also, our users sometimes modify database fields to meet specific needs (i.e. making a 12 character field a 25 character field). Is there a way to handle things like this dynamically in LLBLGen without having to generate new classes as well?
I love the product so far. It seems to be very rich in functionality.
Thanks for any help,
Jules