DbReferenceEntry<TEntity, TProperty>.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<TEntity>, 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(Of TEntity)
Get
'Usage
Dim instance As DbReferenceEntry
Dim value As DbEntityEntry(Of TEntity)
value = instance.EntityEntry
public override DbEntityEntry<TEntity> EntityEntry { get; }
public:
virtual property DbEntityEntry<TEntity>^ EntityEntry {
DbEntityEntry<TEntity>^ get () override;
}
abstract EntityEntry : DbEntityEntry<'TEntity>
override EntityEntry : DbEntityEntry<'TEntity>
override function get EntityEntry () : DbEntityEntry<TEntity>
Eigenschaftswert
Typ: System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>
Ein Eintrag für die Entität, die Besitzer dieser Navigationseigenschaft ist.