Method ProcessPropertyAdded
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Conventions
- Assembly
- MongoDB.EntityFrameworkCore.dll
ProcessPropertyAdded(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)
For every property that is added to the model set the element name to be the camel case version of the property name with symbols being removed and considered word separators.
public void ProcessPropertyAdded(IConventionPropertyBuilder propertyBuilder, IConventionContext<IConventionPropertyBuilder> context)
Parameters
propertyBuilderIConventionPropertyBuilderThe builder for the property.
contextIConventionContext<IConventionPropertyBuilder>Additional information associated with convention execution.