EdmSchemaErrorSeverity Enum
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.
Defines the different severities of errors that can occur when validating an Entity Framework model.
public enum EdmSchemaErrorSeverity
type EdmSchemaErrorSeverity =
Public Enum EdmSchemaErrorSeverity
- Inheritance
-
EdmSchemaErrorSeverity
Fields
Name | Value | Description |
---|---|---|
Warning | 0 | A warning that does not prevent the model from being used. |
Error | 1 | An error that prevents the model from being used. |
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