DataServiceContext.DeleteLink(Object, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更改 DataServiceContext 跟踪的链接列表中要删除的链接的状态。
public:
void DeleteLink(System::Object ^ source, System::String ^ sourceProperty, System::Object ^ target);
public void DeleteLink (object source, string sourceProperty, object target);
member this.DeleteLink : obj * string * obj -> unit
Public Sub DeleteLink (source As Object, sourceProperty As String, target As Object)
参数
- source
- Object
标记为要删除的链接中的源对象。
- sourceProperty
- String
源对象上用于访问目标对象的导航属性的名称。
- target
- Object
链接中涉及的已绑定到源对象的目标对象。 目标对象类型必须是源属性所标识的类型或子类型。
例外
当 source
、sourceProperty
或 target
为 null 时。
注解
无论链接当前处于什么状态,均可分离 DataServiceContext 跟踪的任何链接。