Dear LLBL Pro Team,
I'm facing an issue that, I have tables created at run time.
And I need from LLBL to interact with table as if it's a generated entity.
I know that's no way that LLBL can generate that entity before it has been created in DB.
so for that reason I have created a Template table as an structure for the table that will be dynamically created. so can i change the entity name at run time for the template entity by the name of the generated table at run time, so after doing that i will do all my change on the generated table not on the template table.
Thanks and Regards.