Constructor BsonExtraElementsAttributeConvention
- Assembly
- MongoDB.EntityFrameworkCore.dll
BsonExtraElementsAttributeConvention(ProviderConventionSetBuilderDependencies)
Recognize MongoDB.Bson.Serialization.Attributes.BsonExtraElementsAttribute when applied to properties of an entity to ensure the model will throw as the attribute is not supported in the EF provider.
public BsonExtraElementsAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
Parameters
dependencies
ProviderConventionSetBuilderDependenciesThe ProviderConventionSetBuilderDependencies conventions depend upon.