Condividi tramite


Interfaccia IEntityWithChangeTracker

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Interfaccia minima che una classe di dati deve implementare per essere gestita dall'individuazione delle modifiche.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Interface IEntityWithChangeTracker
'Utilizzo
Dim instance As IEntityWithChangeTracker
public interface IEntityWithChangeTracker
public interface class IEntityWithChangeTracker
type IEntityWithChangeTracker =  interface end
public interface IEntityWithChangeTracker

Il tipo IEntityWithChangeTracker espone i seguenti membri.

Metodi

  rapporti Descrizione
Metodo pubblico SetChangeTracker Ottiene o imposta l'oggetto IEntityChangeTracker utilizzato per segnalare le modifiche.

In alto

Vedere anche

Riferimento

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses