EntityExtensions.GetRelatedEntity Method (Entity, OrganizationServiceContext, Relationship)

 

Applies To: Dynamics CRM 2015

Retrieves the related entity for a specific relationship.

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

Syntax

public static Entity GetRelatedEntity(
    this Entity entity,
    OrganizationServiceContext context,
    Relationship relationship
)

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The related entity for a specific relationship.

Remarks

Extends the core GetRelatedEntity<TEntity> method.

See Also

GetRelatedEntity Overload
EntityExtensions Class
Microsoft.Xrm.Client Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright