Aracılığıyla paylaş


DataServiceContext.GetLinkDescriptor(Object, String, Object) Yöntem

Tanım

LinkDescriptor İki varlık arasındaki ilişkiyi tanımlayan belirli bir bağlantı için öğesini alır.

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

Parametreler

source
Object

Bağlantıdaki kaynak nesne.

sourceProperty
String

İlgili nesneyi döndüren nesnedeki source gezinti özelliğinin adı.

target
Object

İlgili varlık.

Döndürülenler

LinkDescriptor Belirtilen ilişkinin örneği veya null ilişki için bir LinkDescriptor yoksa.

Şunlara uygulanır