SaveChangesInterceptor.ThrowingConcurrencyException Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
EF bir DbUpdateConcurrencyExceptionoluşturmadan hemen önce çağrılır.
public virtual Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult ThrowingConcurrencyException (Microsoft.EntityFrameworkCore.Diagnostics.ConcurrencyExceptionEventData eventData, Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult result);
abstract member ThrowingConcurrencyException : Microsoft.EntityFrameworkCore.Diagnostics.ConcurrencyExceptionEventData * Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
override this.ThrowingConcurrencyException : Microsoft.EntityFrameworkCore.Diagnostics.ConcurrencyExceptionEventData * Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
Public Overridable Function ThrowingConcurrencyException (eventData As ConcurrencyExceptionEventData, result As InterceptionResult) As InterceptionResult
Parametreler
- eventData
- ConcurrencyExceptionEventData
Eşzamanlılık çakışması hakkında bağlamsal bilgiler.
- result
- InterceptionResult
Varsa geçerli sonucu temsil eder.
Önceki bir kesme noktası tarafından çağrılarak true
Suppress()yürütme engellendiyse bu değer IsSuppressed olarak ayarlanır.
Bu değer genellikle bu yöntemin uygulanması için dönüş değeri olarak kullanılır.
Döndürülenler
ise IsSuppressedfalse
EF özel durumu oluşturur.
ise IsSuppressedtrue
EF özel durum oluşturmaz.
Özellik değerlerinin ayarlanmasını engellemeye çalışmayan herhangi bir kesme noktası için bu yöntemin result
uygulanması geçirilen değeri döndürmelidir.
Uygulamalar
Şunlara uygulanır
Entity Framework