QueryExpression.LinkEntities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.