EntityFrameworkCore.Generator
EntityFrameworkCore.Generator copied to clipboard
Does efg support property naming convention?
I am using efg version 5.0.935, my database is postgresql and the property naming convention is snake_case, but when generate by efg, all properties changed to PascalCase, can I change this behavior or conserve my db naming convetion? Thank a lot.