Element Name exact as SQL Server

Posts   
 
    
hotmail
User
Posts: 47
Joined: 06-Feb-2013
# Posted on: 16-Mar-2015 10:44:07   

Hi, using LLBLGen 4.2 (latest), VS 2013, SQL Server 2014.

How can i use the same exact SQL Server object name for all LLBLGen element.

For Example we have views (vEmployee,vOffice) Stored Procedure as sPayrollProcessTsk,sEmployeeIns

In settings under Element Name Construction, Even when i set the pascal casing to false. the name becomes views (VEmployee,VOffice) Stored Procedure as SPayrollProcessTsk,SEmployeeIns

How can i keep all the object name exactly how it is in SQL Server? Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 16-Mar-2015 14:23:09   

The first character is always upper cased, there's no setting to prevent that. IMHO it's also not really something you should want (although it might look 'handy'), as the classes generated should fit in your code like handwritten code, but types never start with a lowercase character in .NET, so they stand out (same with all uppercase methods/properties/classnames).

Frans Bouma | Lead developer LLBLGen Pro