共用方式為


RelationalEventId.ConnectionDisposed 欄位

定義

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

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

欄位值

備註

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

當 搭配 DiagnosticSource 使用時,此事件會 ConnectionEndEventData 使用承載。

適用於