共用方式為


RelationalEventId.ConnectionDisposing 欄位

定義

即將處置資料庫連接。 只有在 Entity Framework 負責處置連線時,才會觸發此事件。

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

欄位值

備註

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

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

適用於