EdmSchemaErrorSeverity Enumeration

 

Defines the different severities of errors that can occur when validating an Entity Framework model.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public enum EdmSchemaErrorSeverity

Member nameDescription
Error

An error that prevents the model from being used.

Warning

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