Compartir a través de


DbMemberEntry.CurrentValue (Propiedad)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

Obtiene o establece el valor actual de esta propiedad.

Espacio de nombres:  System.Data.Entity.Infrastructure
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public MustOverride Property CurrentValue As Object 
    Get 
    Set
'Uso
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)

Valor de propiedad

Tipo: System.Object
El valor actual.

Vea también

Referencia

DbMemberEntry Clase

System.Data.Entity.Infrastructure (Espacio de nombres)