LinkEntity.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 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]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.LinkEntity> LinkEntities { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.LinkEntities : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.LinkEntity>
Public ReadOnly Property LinkEntities As DataCollection(Of LinkEntity)
Property Value
The collection of links between tables.
- Attributes
Remarks
This property is read-only. Use the LinkEntity.AddLink(System.String,System.String,System.String) or LinkEntity.AddLink(System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator) methods to add a links.