would like to set this convention up globally if possible.
views:
369answers:
1
                +6 
                A: 
                
                
              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)
);
                  James Gregory
                   2010-02-03 09:27:00
                
              thanks! (15 char)
                  Jon Erickson
                   2010-02-03 16:12:37