ProviderConventionSetBuilderDependencies.ModelValidator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The validation is no longer performed by a convention
The model validator.
public Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator ModelValidator { get; }
[System.Obsolete("The validation is no longer performed by a convention")]
public Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator ModelValidator { get; init; }
member this.ModelValidator : Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator
[<System.Obsolete("The validation is no longer performed by a convention")>]
member this.ModelValidator : Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator with get, set
Public ReadOnly Property ModelValidator As IModelValidator
Public Property ModelValidator As IModelValidator
Property Value
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework