OrganizationServiceContext.DetachLink Method (Entity, Relationship, Entity)

 

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

Removes the specified link from the list of links being tracked by the OrganizationServiceContext.

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

Syntax

public bool DetachLink(
    Entity source,
    Relationship relationship,
    Entity target
)
Public Function DetachLink (
    source As Entity,
    relationship As Relationship,
    target As Entity
) As Boolean

Parameters

  • relationship
    Type: Microsoft.Xrm.Sdk.Relationship

    Type: Relationship. The name of the attribute or navigation property on the source entity that represents the source in the link between the source and the target.

Return Value

Type: System.Boolean

Type: Boolean.
true if the specified entity was detached; otherwise false.

Remarks

Any link being tracked by the OrganizationServiceContext, regardless of its current state, can be detached.

See Also

OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright