WarningBehavior Enum

Definition

The runtime behavior of warnings generated by Entity Framework

public enum WarningBehavior
type WarningBehavior = 
Public Enum WarningBehavior
Inheritance
WarningBehavior

Fields

Ignore 1

No action is taken.

Log 0

A warning is logged.

Throw 2

An exception is thrown.

Remarks

See Logging, events, and diagnostics for more information and examples.

Applies to