Condividi tramite


DetectEntityChangesEventArgs Classe

Definizione

Argomenti per l'evento DetectingEntityChanges.

public class DetectEntityChangesEventArgs : Microsoft.EntityFrameworkCore.ChangeTracking.DetectChangesEventArgs
type DetectEntityChangesEventArgs = class
    inherit DetectChangesEventArgs
Public Class DetectEntityChangesEventArgs
Inherits DetectChangesEventArgs
Ereditarietà
DetectEntityChangesEventArgs

Commenti

Per altre informazioni ed esempi, vedere Modifiche dello stato delle entità in EF Core .

Costruttori

DetectEntityChangesEventArgs(InternalEntityEntry)

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in alcuna versione. È consigliabile usarlo direttamente nel codice con estrema cautela e sapere che questa operazione può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

Proprietà

Entry

Oggetto EntityEntry per l'entità.

Si applica a