QueryExpression.LinkEntities Property

Definition

Gets a collection of the links between multiple tables.

public:
 property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::LinkEntity ^> ^ LinkEntities { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::LinkEntity ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.LinkEntity> LinkEntities { get; }
[<System.Runtime.Serialization.DataMember>]
member this.LinkEntities : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.LinkEntity>
Public ReadOnly Property LinkEntities As DataCollection(Of LinkEntity)

Property Value

A collection of the links between multiple tables.

Attributes

Remarks

This property is read-only. Use the AddLink(String, String, String) or AddLink(String, String, String, JoinOperator) methods to change the contents of the collection.

Applies to