Partager via


DbEntityEntry.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 Object 
    Get
'Utilisation
Dim instance As DbEntityEntry 
Dim value As Object 

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

Valeur de propriété

Type : System.Object
Entité.

Voir aussi

Référence

DbEntityEntry Classe

Espace de noms System.Data.Entity.Infrastructure