LowerCamelCaser.ApplyLowerCamelCase(ODataConventionModelBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies lower camel case.
public void ApplyLowerCamelCase (Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder builder);
member this.ApplyLowerCamelCase : Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder -> unit
Public Sub ApplyLowerCamelCase (builder As ODataConventionModelBuilder)
Parameters
- builder
- ODataConventionModelBuilder
The ODataConventionModelBuilder to be applied on.