DataServiceContext.AttachTo Method
Include Protected Members
Include Inherited Members
Notifies the DataServiceContext to start tracking the specified resource and supplies the location of the resource in the specified resource set.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AttachTo(String, Object) | Notifies the DataServiceContext to start tracking the specified resource and supplies the location of the resource within the specified resource set. | |
AttachTo(String, Object, String) | Notifies the DataServiceContext to start tracking the specified resource and supplies the location of the resource in the specified resource set. |
Top