Compartir a través de


AnnotationValues(Object, Object) Constructor

Definición

Crea un nuevo par de valores de anotación.

public AnnotationValues(object oldValue, object newValue);
new System.Data.Entity.Infrastructure.Annotations.AnnotationValues : obj * obj -> System.Data.Entity.Infrastructure.Annotations.AnnotationValues
Public Sub New (oldValue As Object, newValue As Object)

Parámetros

oldValue
Object

Valor anterior de la anotación, que puede ser NULL si la anotación se acaba de crear.

newValue
Object

Nuevo valor de la anotación, que puede ser NULL si se ha eliminado la anotación.

Se aplica a