Question

would like to set this convention up globally if possible.

Was it helpful?

Solution

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)
);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top