CoreEventId Enum

Definition

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

CompilingQueryModel 2

A LINQ query is being compiled.

DatabaseError 1

An error occurred while accessing the database.

IncludeIgnoredWarning 6

A query specified an Include operation that was ignored because the included navigation was not reachable in the final query result.

IncludingNavigation 4

A navigation property that was included in a LINQ query is being processed.

ModelValidationWarning 8

A warning during model validation.

OptimizedQueryModel 3

An object model representing a LINQ query was optimized.

QueryPlan 5

An execution expression was calculated by compiling a LINQ query.

SensitiveDataLoggingEnabledWarning 7

A warning that sensitive data logging is enabled.

Applies to