Hi all,
I have an issue need to be resolved soon. My Application currently use codesmith so that all the entities name is exactly same as the table name. After time we decided to use LLBLGen in our DAL, and we need to refactor our existed codes which used codesmith entity objects to use LLBLGen entity objects instead.
The problem is: LLBLGen generated code with the suffix name [tableName]**Entity ** for example: for a table named Customer in DB, it becomes CustomerEntity object after generated. I just want the generated code is **Customer **for easier to refactor. How can i do this? Anyone help me please!!!