DbMemberEntry<TEntity, TProperty>.EntityEntry, propriété
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
DbEntityEntry<TEntity> auquel ce membre appartient.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property EntityEntry As DbEntityEntry(Of TEntity)
Get
'Utilisation
Dim instance As DbMemberEntry
Dim value As DbEntityEntry(Of TEntity)
value = instance.EntityEntry
public abstract DbEntityEntry<TEntity> EntityEntry { get; }
public:
virtual property DbEntityEntry<TEntity>^ EntityEntry {
DbEntityEntry<TEntity>^ get () abstract;
}
abstract EntityEntry : DbEntityEntry<'TEntity>
abstract function get EntityEntry () : DbEntityEntry<TEntity>
Valeur de propriété
Type : System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>
Entrée pour l'entité qui possède ce membre.