共用方式為


RelationalEventId.ConnectionCreating 欄位

定義

即將 DbConnection 由 EF 建立。

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

欄位值

備註

此事件位於 DbLoggerCategory.Database.Connection 類別中。

當搭配 DiagnosticSource 使用 時,這個事件會 ConnectionCreatingEventData 使用承載。

適用於