SqlServerEventId.DecimalTypeKeyWarning Field

Definition

Decimal column is part of the key.

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

Field Value

Remarks

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

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

Applies to