RelationalEventId.ConnectionOpened Field

Definition

A database connection has been opened.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Connection category.

This event uses the ConnectionEndEventData payload when used with a DiagnosticSource.

Applies to