Dynamically add field to Entity at runtime

Posts   
 
    
User001
User
Posts: 4
Joined: 19-Nov-2024
# Posted on: 14-Mar-2025 03:03:11   

Hi, people. I've been thinking to generate additional properties to an existing Entity at runtime. My system supports different customer, and from different customer has different desire to add the fields to an Entity at runtime.

For flexibility, the system will have a setting to let the user add non-existent field for the Entity. However, it will not go through the designer, as every time need to build for the new field has to go update the system.

Thank you.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39832
Joined: 17-Aug-2003
# Posted on: 14-Mar-2025 08:43:31   

Our system is designed to work with fixed schemas and therefore doesn't have functionality to provide dynamic entities at runtime. Generating code at runtime requires the code generator to be present which requires a license.

Frans Bouma | Lead developer LLBLGen Pro