RelationalEventId.CommandExecuted Field

Definition

A database command has been executed.

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

Field Value

Remarks

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

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

Applies to