IMergeableAnnotation.MergeWith(Object) Method
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.
Merges this annotation with the given annotation and returns a new merged annotation. This method is only expected to succeed if IsCompatibleWith(Object) returns true.
public object MergeWith (object other);
abstract member MergeWith : obj -> obj
Public Function MergeWith (other As Object) As Object
Parameters
- other
- Object
The annotation to merge with this one.
Returns
A new merged annotation.
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