This topic has not yet been rated - Rate this topic

DataServiceContext.AddRelatedObject Method

Adds a related object to the context and creates the link that defines the relationship between the two objects in a single request.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
public void AddRelatedObject(
	Object source,
	string sourceProperty,
	Object target
)

Parameters

source
Type: System.Object

The parent object that is being tracked by the context.

sourceProperty
Type: System.String

The name of the navigation property that returns the related object based on an association between the two entities.

target
Type: System.Object

The related object that is being added.

You can call the AddRelatedObject method to add a related object instead of calling these three methods: AddObject, AddLink, SetLink.

.NET Framework

Supported in: 4.5, 4

.NET Framework Client Profile

Supported in: 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.