EdmSchemaErrorSeverity Enum

Definition

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

Error 1

An error that prevents the model from being used.

Warning 0

A warning that does not prevent the model from being used.

Applies to