AnnotationValues Constructor (Object, Object)
Creates a new pair of annotation values.
Assembly: EntityFramework (in EntityFramework.dll)
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.