RelationalEventId.CommandExecuted フィールド

定義

データベース コマンドが実行されました。

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

フィールド値

注釈

このイベントはカテゴリ内 DbLoggerCategory.Database.Command にあります。

このイベントは、 と共に CommandExecutedEventData 使用する場合にペイロードを DiagnosticSource使用します。

適用対象