Condividi tramite


Proprietà ObjectStateEntry.IEntityChangeTracker.EntityState

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

Restituisce l'elemento EntityState da ObjectStateEntry

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

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private ReadOnly Property EntityState As EntityState 
    Implements IEntityChangeTracker.EntityState 
    Get
'Utilizzo
Dim instance As ObjectStateEntry 
Dim value As EntityState 

value = CType(instance, IEntityChangeTracker).EntityState
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
EntityState IEntityChangeTracker.EntityState { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual property EntityState EntityState {
    EntityState get () sealed = IEntityChangeTracker::EntityState::get;
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract EntityState : EntityState
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override EntityState : EntityState
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Valore proprietà

Tipo: System.Data.Entity.EntityState

Implements

IEntityChangeTracker.EntityState

Vedere anche

Riferimento

ObjectStateEntry Classe

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