RelationalEventId.ConnectionOpened フィールド

定義

データベース接続が開かれています。

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

フィールド値

注釈

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

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

適用対象