Hi guys,
I'm in adapter land.
I need to be able to iterate over tables in a database. Since LLBLGen has generated the code, it knows which tables are in our base. Is there a way to get a list of EntityBase2 or something?
I've looked at 'PersistenceInfoProvider' which knows about the tables, but it's internal etc.
Is this info available somehow or do i have to maybe alter the templates a bit to have 'PersistenceInfoProvider' gvie me that info?
Thanks for a nice product btw
/Frederic Gos