Condividi tramite


Proprietà DbEntityEntry.Entity

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene l'entità.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Entity As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
Entità.

Vedere anche

Riferimento

DbEntityEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure