would like to set this convention up globally if possible.
You need a convention, of which there are some shortcuts for the common scenarios. Specifically, there's a DefaultAccess
shortcut, with a CamelCaseField(prefix)
method.
.Conventions.Add(
DefaultAccess.CamelCaseField(CamelCasePrefix.Underscore)
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With