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
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