CoreEventId.QueryCompilationStarting Field

Definition

Starting query compilation.

public static readonly Microsoft.Extensions.Logging.EventId QueryCompilationStarting;
 staticval mutable QueryCompilationStarting : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly QueryCompilationStarting As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Query category.

This event uses the QueryExpressionEventData payload when used with a DiagnosticSource.

Applies to