Share via


EntityDescriptor.LinkInfos Property

Definition

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.

Applies to