DetectEntityChangesEventArgs 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 DetectingEntityChanges.
public class DetectEntityChangesEventArgs : Microsoft.EntityFrameworkCore.ChangeTracking.DetectChangesEventArgs
type DetectEntityChangesEventArgs = class
inherit DetectChangesEventArgs
Public Class DetectEntityChangesEventArgs
Inherits DetectChangesEventArgs
- Ereditarietà
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à. |