CoreEventId 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.
Values that are used as the eventId when logging messages from the core Entity Framework components.
public enum CoreEventId
type CoreEventId =
Public Enum CoreEventId
- Inheritance
-
CoreEventId
Fields
Name | Value | Description |
---|---|---|
DatabaseError | 1 | An error occurred while accessing the database. |
CompilingQueryModel | 2 | A LINQ query is being compiled. |
OptimizedQueryModel | 3 | An object model representing a LINQ query was optimized. |
IncludingNavigation | 4 | A navigation property that was included in a LINQ query is being processed. |
QueryPlan | 5 | An execution expression was calculated by compiling a LINQ query. |
IncludeIgnoredWarning | 6 | A query specified an Include operation that was ignored because the included navigation was not reachable in the final query result. |
SensitiveDataLoggingEnabledWarning | 7 | A warning that sensitive data logging is enabled. |
ModelValidationWarning | 8 | A warning during model validation. |
Applies to
Entity Framework