Generating the same entity name as the table in SQL

Posts   
 
    
nw
User
Posts: 42
Joined: 09-Jun-2010
# Posted on: 08-Jul-2010 08:50:55   

I am currently using LLBLGen 3.0.

The entities that are being generated does not match the names of my tables as the "s" is being truncated. For example,

Custtrans gets converted to Custtran. Dimensions gets converted to Dimension.

Where do I set it so that it does not truncate the "s" of the entity name.

Thanks!

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 08-Jul-2010 08:58:26   
nw
User
Posts: 42
Joined: 09-Jun-2010
# Posted on: 08-Jul-2010 09:25:51   

Walaa wrote:

How to disable name singularization

Great! Thank you.