OrganizationServiceContextExtensions.CompoundUpdateDuplicateDetectionRule Method (OrganizationServiceContext, Entity, EntityCollection)
Applies To: Dynamics CRM 2015
Updates a duplicate rule (duplicate detection rule) and its related duplicate rule conditions. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void CompoundUpdateDuplicateDetectionRule(
this OrganizationServiceContext context,
Entity entity,
EntityCollection childEntities
)
public:
[ExtensionAttribute]
static void CompoundUpdateDuplicateDetectionRule(
OrganizationServiceContext^ context,
Entity^ entity,
EntityCollection^ childEntities
)
static member CompoundUpdateDuplicateDetectionRule :
context:OrganizationServiceContext *
entity:Entity *
childEntities:EntityCollection -> unit
<ExtensionAttribute>
Public Shared Sub CompoundUpdateDuplicateDetectionRule (
context As OrganizationServiceContext,
entity As Entity,
childEntities As EntityCollection
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
entity
Type: Microsoft.Xrm.Sdk.EntityThe duplicate rule that you want updated. Required.
childEntities
Type: Microsoft.Xrm.Sdk.EntityCollectionA collection of the duplicate rule conditions that you want updated. Required.
Remarks
This is a method wrapper for the CompoundUpdateDuplicateDetectionRuleRequest and CompoundUpdateDuplicateDetectionRuleResponse 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