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.