Condividi tramite


Proprietà DbMemberEntry.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 questo membro.

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

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property EntityEntry As DbEntityEntry 
    Get
'Utilizzo
Dim instance As DbMemberEntry 
Dim value As DbEntityEntry 

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

Valore proprietà

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

Vedere anche

Riferimento

DbMemberEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure