CoreEventId.CollectionWithoutComparer Field

Definition

A property has a collection or enumeration type with a value converter but with no value comparer.

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