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