Condividi tramite


Proprietà ObjectStateEntry.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 della proprietà correnti della relazione o dell'oggetto associato a questo oggetto ObjectStateEntry.

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

Sintassi

'Dichiarazione
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public MustOverride ReadOnly Property CurrentValues As CurrentValueRecord 
    Get
'Utilizzo
Dim instance As ObjectStateEntry 
Dim value As CurrentValueRecord 

value = instance.CurrentValues
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public abstract CurrentValueRecord CurrentValues { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
public:
virtual property CurrentValueRecord^ CurrentValues {
    CurrentValueRecord^ get () abstract;
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract CurrentValues : CurrentValueRecord
abstract function get CurrentValues () : CurrentValueRecord

Valore proprietà

Tipo: System.Data.Entity.Core.Objects.CurrentValueRecord
CurrentValueRecord contenente i valori correnti della relazione o dell'oggetto associato a questo oggetto ObjectStateEntry.

Vedere anche

Riferimento

ObjectStateEntry Classe

Spazio dei nomi System.Data.Entity.Core.Objects