CoreEventId.MappedPropertyIgnoredWarning Field

Definition

A property was first mapped explicitly and then ignored.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

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

See Modeling entity types and relationships for more information and examples.

Applies to