SqliteEventId.TableRebuildPendingWarning Field

Definition

An operation may fail due to a pending rebuild of the table.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Migrations category.

Applies to