CoreEventId.OptimisticConcurrencyException フィールド

定義

OptimisticConcurrencyException 呼び出し中に がスローされました。 SaveChanges()

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

フィールド値

注釈

このイベントはカテゴリ内 DbLoggerCategory.Update にあります。

このイベントでは、 と共に DbContextErrorEventData 使用するとペイロードが DiagnosticSource使用されます。

適用対象