OrganizationServiceContext.AddRelatedObject Method (Entity, Relationship, Entity)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Adds a related entity to the OrganizationServiceContext and creates the link that defines the relationship between the two entities in a single request.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void AddRelatedObject(
Entity source,
Relationship relationship,
Entity target
)
Public Sub AddRelatedObject (
source As Entity,
relationship As Relationship,
target As Entity
)
Parameters
source
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The parent entity that is being tracked by the context.
relationship
Type: Microsoft.Xrm.Sdk.RelationshipType: Relationship. The name of the attribute or navigation property that returns the related object based on an association between the two entities.
target
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The related object that is being added.
Remarks
This method essentially works by calling AddObject and AddLink.
See Also
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright