Open BillDuffy1956 opened 3 days ago
I could investigate the possibility of adding an option for this, and possibly even making it the default behaviour.
You result set classes will then be decorated with [Column()] attributes - hope you will be OK with that?
I would be delighted. Thanks.
If you like my free tools, I would be very grateful for a rating/review on Visual Studio Marketplace and/or a one-time or monthly sponsorship
The organization I'm working with uses Stored Procedures and Functions to produce table-like results. However, EF Tools Reverse Engineering does not perform the same property name conversions it does on the table from the same database. This produces a discordance in the look & style of code, which hurts my brain.
e.g. (shortened for brevity)
results in no PascalCase nor _'s removed:
I would like to see the usual conversions done as in tables, thus: