OrganizationServiceContextExtensions.Merge Method (OrganizationServiceContext, EntityReference, Guid, Entity, Boolean)
Applies To: Dynamics CRM 2015
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
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- target
Type: Microsoft.Xrm.Sdk.EntityReference
- subordinateId
Type: System.Guid
- updateContent
Type: Microsoft.Xrm.Sdk.Entity
- performParentingChecks
Type: System.Boolean
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright