CoreEventId.SaveChangesStarting Field

Definition

SaveChanges() or one of its overloads started.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Update category.

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

Applies to