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