I have used the CrmServiceUtil to generate Early Binding Classes and I see that the generated class names casing doesn't match with the name of the custom entities that are defined in CRM.
Any way that I could tell the ServiceUtil to use the same casing as they are defined in CRM while generating the early bind classes?
For example, in CRM I have a custom entity name as org_name_history and the early binding class name is generated as org_Name_History
*This post is locked for comments