Share via


AnnotationValues(Object, Object) Constructor

Definition

Creates a new pair of annotation values.

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)

Parameters

oldValue
Object

The old value of the annotation, which may be null if the annotation has just been created.

newValue
Object

The new value of the annotation, which may be null if the annotation has been deleted.

Applies to