Share via


SqliteEventId.UnexpectedConnectionTypeWarning Field

Definition

A connection of an unexpected type is being used.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

This event uses the Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.UnexpectedConnectionTypeEventData payload when used with a DiagnosticSource.

Applies to