Class BsonDictionaryOptionsAttributeConvention
- Assembly
- MongoDB.EntityFrameworkCore.dll
Recognized MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
public sealed class BsonDictionaryOptionsAttributeConvention : NotSupportedPropertyAttributeConvention<BsonDictionaryOptionsAttribute>, IPropertyAddedConvention, IPropertyFieldChangedConvention, IConvention
- Inheritance
-
PropertyAttributeConventionBase<BsonDictionaryOptionsAttribute>NotSupportedPropertyAttributeConvention<BsonDictionaryOptionsAttribute>BsonDictionaryOptionsAttributeConvention
- Implements
- Inherited Members
Constructors
- BsonDictionaryOptionsAttributeConvention(ProviderConventionSetBuilderDependencies)
Recognized MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.