EntitySpaces esPlugIn for MyGeneration

esHelper.UseRawNames Property

Set this to true to disable the Pascal naming convention.

[Visual Basic]
Public Property UseRawNames As Boolean
[C#]
public bool UseRawNames {get; set;}

Remarks

The default for UseRawNames is false. It is not recommend that you set this to true. Pascal/Camel casing is the industry recommend standard and has been now for a decade. However, if you do set this to true then sTrimList is used to remove any characters that would be illegal and cause a compile error.

See Also

esHelper Class | EntitySpaces.PlugIn Namespace