Table of Contents

Constructor BsonDictionaryOptionsAttributeConvention

Namespace
MongoDB.EntityFrameworkCore.Metadata.Conventions.BsonAttributes
Assembly
MongoDB.EntityFrameworkCore.dll

BsonDictionaryOptionsAttributeConvention(ProviderConventionSetBuilderDependencies)

Recognize MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute when applied to properties of an entity to ensure the model will throw as the attribute is not supported in the EF provider.

public BsonDictionaryOptionsAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)

Parameters

dependencies ProviderConventionSetBuilderDependencies

The ProviderConventionSetBuilderDependencies conventions depend upon.