CoreEventId.QueryExecutionPlanned Field

Definition

A query is planned for execution.

public static readonly Microsoft.Extensions.Logging.EventId QueryExecutionPlanned;
 staticval mutable QueryExecutionPlanned : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly QueryExecutionPlanned 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