Table of Contents

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

propertyBuilder IConventionPropertyBuilder

The builder for the property.

context IConventionContext<IConventionPropertyBuilder>

Additional information associated with convention execution.