Generated properties naming convention

Posts   
 
    
sjjoshi
User
Posts: 6
Joined: 09-Jul-2010
# Posted on: 09-Jul-2010 11:27:27   

How to get the Entity and Property's name same as Table and Column Name respectively? Couldn't find where the setting has to be done exactly. confused

Example: Let's say there is a table "MCountry" with column as CountryID, Description, LastModifiedBy.

Now,

Table Name "MCountry" should generate Entity as "MCountry" and not as "Mcountry". Column Name "CountryID" should generate property as "CountryID" and not as "CountryId".

Cheers

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 09-Jul-2010 20:44:23   

Hi there,

In Project Properties/User Preferences set MakeElementNamePascalCasing to false. This will left the name untouched.

David Elizondo | LLBLGen Support Team
sjjoshi
User
Posts: 6
Joined: 09-Jul-2010
# Posted on: 12-Jul-2010 03:46:34   

Thanks a lot. It worked.