DataServiceContext.AddRelatedObject Method
.NET Framework 4.5
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)
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.
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.