Compartir a través de


DbPropertyEntry<TEntity, TProperty>.OriginalValue (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 original de esta propiedad.

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

Sintaxis

'Declaración
Public Property OriginalValue As TProperty
    Get 
    Set
'Uso
Dim instance As DbPropertyEntry 
Dim value As TProperty

value = instance.OriginalValue

instance.OriginalValue = value
public TProperty OriginalValue { get; set; }
public:
property TProperty OriginalValue {
    TProperty get ();
    void set (TProperty value);
}
member OriginalValue : 'TProperty with get, set
function get OriginalValue () : TProperty
function set OriginalValue (value : TProperty)

Valor de propiedad

Tipo: TProperty
El valor original.

Vea también

Referencia

DbPropertyEntry<TEntity, TProperty> Clase

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