AnnotationValues Constructor (Object, Object)

 

Creates a new pair of annotation values.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

public AnnotationValues(
	object oldValue,
	object newValue
)

Parameters

oldValue
Type: System.Object

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

newValue
Type: System.Object

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