EntityDescriptor.LinkInfos 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.
Returns a collection of links that are the relationships in which the entity participates.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.LinkInfo> LinkInfos { get; }
member this.LinkInfos : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.LinkInfo>
Public ReadOnly Property LinkInfos As ReadOnlyCollection(Of LinkInfo)
Property Value
A ReadOnlyCollection<T> of LinkInfo objects that represents links in which the entity participates.