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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework