OrganizationServiceContext.DeleteLink Method (Entity, Relationship, Entity)

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Changes the state of the link to deleted in the list of links being tracked by the OrganizationServiceContext.

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

public void DeleteLink(
	Entity source,
	Relationship relationship,
	Entity target
)

Parameters

source
Type: Microsoft.Xrm.Sdk.Entity

Type: Entity. The source entity in the link to be marked for deletion.

relationship
Type: Microsoft.Xrm.Sdk.Relationship

Type: Relationship. The name of the attribute or navigation property on the source entity that is used to access the target entity.

target
Type: Microsoft.Xrm.Sdk.Entity

Type: Entity. The target entity involved in the link that is bound to the source entity.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: