Condividi tramite


Proprietà DbMemberEntry.CurrentValue

[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 o imposta il valore corrente di questa proprietà.

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

Sintassi

'Dichiarazione
Public MustOverride Property CurrentValue As Object 
    Get 
    Set
'Utilizzo
Dim instance As DbMemberEntry 
Dim value As Object 

value = instance.CurrentValue

instance.CurrentValue = value
public abstract Object CurrentValue { get; set; }
public:
virtual property Object^ CurrentValue {
    Object^ get () abstract;
    void set (Object^ value) abstract;
}
abstract CurrentValue : Object with get, set
abstract function get CurrentValue () : Object 
abstract function set CurrentValue (value : Object)

Valore proprietà

Tipo: System.Object
Valore corrente.

Vedere anche

Riferimento

DbMemberEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure