Partager via


Méthode DataServiceContext.GetLinkDescriptor

Obtient le LinkDescriptor pour un lien spécifique qui définit la relation entre deux entités.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public Function GetLinkDescriptor ( _
    source As Object, _
    sourceProperty As String, _
    target As Object _
) As LinkDescriptor
'Utilisation
Dim instance As DataServiceContext
Dim source As Object
Dim sourceProperty As String
Dim target As Object
Dim returnValue As LinkDescriptor

returnValue = instance.GetLinkDescriptor(source, _
    sourceProperty, target)
public LinkDescriptor GetLinkDescriptor(
    Object source,
    string sourceProperty,
    Object target
)
public:
LinkDescriptor^ GetLinkDescriptor(
    Object^ source, 
    String^ sourceProperty, 
    Object^ target
)
member GetLinkDescriptor : 
        source:Object * 
        sourceProperty:string * 
        target:Object -> LinkDescriptor 
public function GetLinkDescriptor(
    source : Object, 
    sourceProperty : String, 
    target : Object
) : LinkDescriptor

Paramètres

  • source
    Type : System.Object
    Objet source présent dans le lien
  • sourceProperty
    Type : System.String
    Nom de la propriété de navigation sur l'objet source qui retourne l'objet associé.

Valeur de retour

Type : System.Data.Services.Client.LinkDescriptor
L'instance LinkDescriptor pour la relation spécifiée ou nullune référence Null (Nothing dans Visual Basic) si LinkDescriptor n'existe pas pour la relation.

Voir aussi

Référence

DataServiceContext Classe

Espace de noms System.Data.Services.Client