SqlServerEventId.DecimalTypeDefaultWarning Field

Definition

No explicit type for a decimal column.

public static readonly Microsoft.Extensions.Logging.EventId DecimalTypeDefaultWarning;
 staticval mutable DecimalTypeDefaultWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly DecimalTypeDefaultWarning 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