OrganizationServiceContextExtensions.Merge Method (OrganizationServiceContext, EntityReference, Guid, Entity, Boolean)

 

Applies To: Dynamics CRM 2013

Merges the information from two records of the same type. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void Merge(
    this OrganizationServiceContext context,
    EntityReference target,
    Guid subordinateId,
    Entity updateContent,
    bool performParentingChecks
)
public:
[ExtensionAttribute]
static void Merge(
    OrganizationServiceContext^ context,
    EntityReference^ target,
    Guid subordinateId,
    Entity^ updateContent,
    bool performParentingChecks
)
static member Merge : 
        context:OrganizationServiceContext *
        target:EntityReference *
        subordinateId:Guid *
        updateContent:Entity *
        performParentingChecks:bool -> unit
<ExtensionAttribute>
Public Shared Sub Merge (
    context As OrganizationServiceContext,
    target As EntityReference,
    subordinateId As Guid,
    updateContent As Entity,
    performParentingChecks As Boolean
)

Parameters

Remarks

This is a method wrapper for the MergeRequest and MergeResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top