IMergeableAnnotation.MergeWith Method (Object)
Merges this annotation with the given annotation and returns a new merged annotation. This method is only expected to succeed if IsCompatibleWith returns true.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Object
The annotation to merge with this one.