CoreEventId.IncompatibleMatchingForeignKeyProperties Field

Definition

The best match for foreign key properties are incompatible with the principal key.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

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

Applies to