CoreEventId.PropertyChangeDetected Field

Definition

DetectChanges has detected a change in a property value.

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

Field Value

Remarks

This event is in the DbLoggerCategory.ChangeTracking category.

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

Applies to