Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies lower camel case.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public void ApplyLowerCamelCase(
ODataConventionModelBuilder builder
)
public:
void ApplyLowerCamelCase(
ODataConventionModelBuilder^ builder
)
member ApplyLowerCamelCase :
builder:ODataConventionModelBuilder -> unit
Public Sub ApplyLowerCamelCase (
builder As ODataConventionModelBuilder
)
Parameters
builder
Type: System.Web.OData.Builder.ODataConventionModelBuilderThe ODataConventionModelBuilder to be applied on.
See Also
LowerCamelCaser Class
System.Web.OData.Builder Namespace
Return to top