You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a method public static ODataConventionModelBuilder EnableLowerCamelCase(this ODataConventionModelBuilder builder) which sadly affects only the property names. I would very much like to extend this functionality to include entity types, entity sets, action/function names. I can even add an option for what you wish to include in the lower camel casing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently there is a method
public static ODataConventionModelBuilder EnableLowerCamelCase(this ODataConventionModelBuilder builder)
which sadly affects only the property names. I would very much like to extend this functionality to include entity types, entity sets, action/function names. I can even add an option for what you wish to include in the lower camel casing.Beta Was this translation helpful? Give feedback.
All reactions