AnnotationValues.OldValue Property

 

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

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

public object OldValue { get; }

Property Value

Type: System.Object

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