Partager via


EntityDescriptor.LinkInfos Propriété

Définition

Retourne une collection de liens qui correspondent aux relations auxquelles l'entité participe.

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)

Valeur de propriété

ReadOnlyCollection<T> d’objets LinkInfo qui représente les liens auxquels l’entité participe.

S’applique à