QueryExpression.LinkEntities Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets a collection of the links between multiple entity types.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public DataCollection<LinkEntity> LinkEntities { get; private set; }
<DataMemberAttribute>
Public Property LinkEntities As DataCollection(Of LinkEntity)
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<LinkEntity>
Type: DataCollection<T><LinkEntity>
The collection of links between entities for the query.
Remarks
This property is read-only. Use the AddLink or AddLink method to change the contents of the array list.
See Also
QueryExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright