Partager via


DbEntityEntry<TEntity>.Entity, 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.]

Obtient l'entité.

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

Syntaxe

'Déclaration
Public ReadOnly Property Entity As TEntity
    Get
'Utilisation
Dim instance As DbEntityEntry 
Dim value As TEntity

value = instance.Entity
public TEntity Entity { get; }
public:
property TEntity Entity {
    TEntity get ();
}
member Entity : 'TEntity
function get Entity () : TEntity

Valeur de propriété

Type : TEntity
Entité.

Voir aussi

Référence

DbEntityEntry<TEntity> Classe

Espace de noms System.Data.Entity.Infrastructure