CoreEventId.SaveChangesCompleted Field

Definition

SaveChanges() or one of its overloads has completed.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Update category.

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

Applies to