DbReferenceEntry.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 diese Navigationseigenschaft gehört.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry
Get
'Usage
Dim instance As DbReferenceEntry
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
Eigenschaftswert
Typ: System.Data.Entity.Infrastructure.DbEntityEntry
Ein Eintrag für die Entität, die Besitzer dieser Navigationseigenschaft ist.