Share via


CoreEventId.DetectChangesCompleted Field

Definition

DetectChanges has completed.

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

Field Value

Remarks

This event is in the DbLoggerCategory.ChangeTracking category.

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

Applies to