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.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

object MergeWith(
	object other
)

Parameters

other
Type: System.Object

The annotation to merge with this one.

Return Value

Type: System.Object

A new merged annotation.