DataServiceContext.GetLinkDescriptor(Object, String, Object) 方法

定义

获取特定链接的 LinkDescriptor,以便定义两个实体之间的关系。

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

参数

source
Object

链接中的源对象。

sourceProperty
String

source 对象上可返回相关对象的导航属性的名称。

target
Object

相关实体。

返回

指定关系的 LinkDescriptor 实例;如果该关系没有 LinkDescriptor,则为 null

适用于