AnnotationValues(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework