次の方法で共有


RelationalEventId.CommandExecuting フィールド

定義

データベース コマンドが実行されています。

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

フィールド値

注釈

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

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

適用対象