QueryExpressionAddLink Method

 

Updated: November 29, 2016

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

Adds the specified link to the query expression setting the entity name to link to, the attribute name to link from and the attribute name to link to.

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

No code example is currently available or this language may not be supported.

Parameters

linkToEntityName
Type:

Type: String. The name of entity to link from.

linkFromAttributeName
Type:

Type: String. The name of the attribute to link from.

linkToAttributeName
Type:

Type: String. The name of the attribute to link to.

joinOperator
Type:

Type: JoinOperator. The join operator.

Return Value

Type:

Type: LinkEntity
The link entity instance created and added to the query expression.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: