SqlServerEventId.ForeignKeyReferencesMissingPrincipalTableWarning Field

Definition

A foreign key references a missing table at the principal end.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Scaffolding category.

Applies to