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