I am using LLBLGen Pro v2.6 Final
I have 4 different schemas in a database, each schema has a table named Status. When LLBLGen retrieves the catalog from the database it names those 'Status' entities as Status, Status, Status_ and Status___, is there a way to tell LLBLGen to use the db schema names as part of the naming of these entities? Currently I am going through and changing these by hand.
Thanks
Wayne E. Pfeffer