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. |