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