Partager via


DbPropertyEntry.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 auquel cette propriété appartient.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry 
    Get
'Utilisation
Dim instance As DbPropertyEntry 
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

Valeur de propriété

Type : System.Data.Entity.Infrastructure.DbEntityEntry
Entrée pour l'entité qui possède cette propriété.

Voir aussi

Référence

DbPropertyEntry Classe

Espace de noms System.Data.Entity.Infrastructure