Create/update entities definition from source code

Posts   
 
    
Expert-IT
User
Posts: 5
Joined: 09-Apr-2013
# Posted on: 09-Apr-2013 11:45:45   

Hello Everyone,

Is there a way to create/update entities definition, not from DB, but from C# code source, like POCO class ?

Best regards

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 09-Apr-2013 13:15:29   

Expert-IT wrote:

Hello Everyone,

Is there a way to create/update entities definition, not from DB, but from C# code source, like POCO class ?

Best regards

There isn't one built-in, however the import system is extensible (and the full version comes with the sourcecode of the shipped importers) so it's easy to add an importer which imports class definitions as entity types.

Frans Bouma | Lead developer LLBLGen Pro