0
vijay.nallala created
Hello everyone,
We are working on new projects using Abp latest version. ABP Suite done a wonderful job load entities from database and creating UI and model class. However, our existing db column naming convension is uppercase with underscore such as "HELLO_WORLD". Is there any way that we can convert that to camel case that work better with C# ? For example: HELLO_WORLD -> HelloWorld, NEW_FEATURE -> NewFeature.
- ABP Framework version: 7.11
- UI type: Angular
- DB provider: EF Core
Thanks, TuTong
3 Answer(s)
-
0
-
0
Thank you for pointing that out. We are dealing with tables that have hundreds of columns. Is there anyway, we can automate that process?
-
0