LinkEntityHelper Class (CrmHelpers)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

Specifies the link (join) criteria for a query.

The LinkEntityHelper class exposes the following members.

Constructor Description
LinkEntityHelper Initializes a new instance of the LinkEntityHelper class.
Instance Property Description
Criteria Specifies the complex condition and logical filter expressions that filter the results of the query.
FromAttributeName Specifies the name of the attribute of the entity that you are linking from.
FromEntityName Specifies the name of the entity that you are linking from.
JoinOperator Specifies the join operator.
LinkEntities Specifies the links between multiple entity types.
ToAttributeName Specifies the name of the attribute of the entity that you are linking to.
ToEntityName Specifies the name of the entity that you are linking to.

Requirements

Filename: linkentityhelper.cs

See Also

Reference

© 2010 Microsoft Corporation. All rights reserved.