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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework