RelationalEventId.CommandExecuting Field

Definition

A database command is executing.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Command category.

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

Applies to