Sdílet prostřednictvím


DataServiceContext.GetLinkDescriptor(Object, String, Object) Metoda

Definice

LinkDescriptor Získá pro konkrétní odkaz, který definuje relaci mezi dvěma entitami.

public:
 System::Data::Services::Client::LinkDescriptor ^ GetLinkDescriptor(System::Object ^ source, System::String ^ sourceProperty, System::Object ^ target);
public System.Data.Services.Client.LinkDescriptor GetLinkDescriptor (object source, string sourceProperty, object target);
member this.GetLinkDescriptor : obj * string * obj -> System.Data.Services.Client.LinkDescriptor
Public Function GetLinkDescriptor (source As Object, sourceProperty As String, target As Object) As LinkDescriptor

Parametry

source
Object

Zdrojový objekt v odkazu.

sourceProperty
String

Název vlastnosti navigace u objektu source , která vrací související objekt.

target
Object

Související entita.

Návraty

Instance LinkDescriptor pro zadanou relaci nebo null pokud LinkDescriptor neexistuje pro relaci.

Platí pro