DbMemberEntry.EntityEntry-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Der DbEntityEntry, zu dem dieser Member gehört.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EntityEntry As DbEntityEntry
Get
'Usage
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
Eigenschaftswert
Typ: System.Data.Entity.Infrastructure.DbEntityEntry
Ein Eintrag für die Entität, die Besitzer dieses Members ist.