Condividi tramite


Metodo ObjectContext.DetectChanges

[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.]

Assicura che le modifiche di ObjectStateEntry siano sincronizzate con le modifiche in tutti gli oggetti rilevate da ObjectStateManager.

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

Sintassi

'Dichiarazione
Public Overridable Sub DetectChanges
'Utilizzo
Dim instance As ObjectContext

instance.DetectChanges()
public virtual void DetectChanges()
public:
virtual void DetectChanges()
abstract DetectChanges : unit -> unit  
override DetectChanges : unit -> unit
public function DetectChanges()

Vedere anche

Riferimento

ObjectContext Classe

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