Compartir a través de


DbMemberEntry.EntityEntry (Propiedad)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

El objeto DbEntityEntry al que pertenece este miembro.

Espacio de nombres:  System.Data.Entity.Infrastructure
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property EntityEntry As DbEntityEntry 
    Get
'Uso
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

Valor de propiedad

Tipo: System.Data.Entity.Infrastructure.DbEntityEntry
Una entrada para la entidad a la que pertenece este miembro.

Vea también

Referencia

DbMemberEntry Clase

System.Data.Entity.Infrastructure (Espacio de nombres)