RelationalEventId.ConnectionOpening Field

Definition

A database connection is opening.

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

Field Value

Remarks

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

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

Applies to