CoreEventId.RedundantForeignKeyWarning Field

Definition

The configured IForeignKey is redundant.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model.Validation category.

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

Applies to