Condividi tramite


Proprietà DbPropertyEntry.EntityEntry

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

Oggetto DbEntityEntry a cui appartiene questa proprietà.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry 
    Get
'Utilizzo
Dim instance As DbPropertyEntry 
Dim value As DbEntityEntry 

value = instance.EntityEntry
public override DbEntityEntry EntityEntry { get; }
public:
virtual property DbEntityEntry^ EntityEntry {
    DbEntityEntry^ get () override;
}
abstract EntityEntry : DbEntityEntry 
override EntityEntry : DbEntityEntry
override function get EntityEntry () : DbEntityEntry

Valore proprietà

Tipo: System.Data.Entity.Infrastructure.DbEntityEntry
Una voce per l'entità che possiede questa proprietà.

Vedere anche

Riferimento

DbPropertyEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure