DetectedEntityChangesEventArgs Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Argomenti per l'evento DetectedEntityChanges.
public class DetectedEntityChangesEventArgs : Microsoft.EntityFrameworkCore.ChangeTracking.DetectedChangesEventArgs
type DetectedEntityChangesEventArgs = class
inherit DetectedChangesEventArgs
Public Class DetectedEntityChangesEventArgs
Inherits DetectedChangesEventArgs
- Ereditarietà
Commenti
Per altre informazioni ed esempi, vedere Modifiche dello stato delle entità in EF Core .
Costruttori
DetectedEntityChangesEventArgs(InternalEntityEntry, Boolean) |
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à
ChangesFound |
Restituisce |
Entry |
Oggetto EntityEntry per l'entità. |