RelationalModelValidator.Validate Method
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.
Overloads
Validate(IModel) |
Validates a model, throwing an exception if any errors are found. |
Validate(IModel, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>) |
Validates a model, throwing an exception if any errors are found. |
Validate(IModel)
Validates a model, throwing an exception if any errors are found.
public override void Validate (Microsoft.EntityFrameworkCore.Metadata.IModel model);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IModel -> unit
Public Overrides Sub Validate (model As IModel)
Parameters
- model
- IModel
The model to validate.
Applies to
Validate(IModel, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>)
Validates a model, throwing an exception if any errors are found.
public override void Validate (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> logger);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> -> unit
Public Overrides Sub Validate (model As IModel, logger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation))
Parameters
- model
- IModel
The model to validate.
The logger to use.
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