Enum WarningBehavior
- Namespace
- Microsoft.EntityFrameworkCore
- Assembly
- Microsoft.EntityFrameworkCore.dll
The runtime behavior of warnings generated by Entity Framework
public enum 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.