Condividi tramite


Proprietà DbEntityEntry.CurrentValues

[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 i valori di proprietà correnti per l'entità rilevata rappresentata da questo oggetto.

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

Sintassi

'Dichiarazione
Public ReadOnly Property CurrentValues As DbPropertyValues 
    Get
'Utilizzo
Dim instance As DbEntityEntry 
Dim value As DbPropertyValues 

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

Valore proprietà

Tipo: System.Data.Entity.Infrastructure.DbPropertyValues
Valori correnti.

Vedere anche

Riferimento

DbEntityEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure