InMemoryEventId.ChangesSaved Field

Definition

Changes were saved to the database.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Update category.

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

Applies to