Proprietà AnnotationValues.OldValue
[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 il valore precedente dell'annotazione, che può essere null se l'annotazione è appena stata creata.
Spazio dei nomi: System.Data.Entity.Infrastructure.Annotations
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property OldValue As Object
Get
'Utilizzo
Dim instance As AnnotationValues
Dim value As Object
value = instance.OldValue
public Object OldValue { get; }
public:
property Object^ OldValue {
Object^ get ();
}
member OldValue : Object
function get OldValue () : Object
Valore proprietà
Tipo: System.Object
Valore precedente dell'annotazione, che può essere null se l'annotazione è appena stata creata.
Vedere anche
Riferimento
Spazio dei nomi System.Data.Entity.Infrastructure.Annotations