RelationalEventId.MigrationApplying Field

Definition

A migration is being applied.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Migrations category.

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

Applies to