Delen via


ODataDeltaLinkBase(Uri, Uri, String) Constructor

Definition

Initializes a new ODataDeltaLinkBase.

protected ODataDeltaLinkBase (Uri source, Uri target, string relationship);
new Microsoft.OData.ODataDeltaLinkBase : Uri * Uri * string -> Microsoft.OData.ODataDeltaLinkBase
Protected Sub New (source As Uri, target As Uri, relationship As String)

Parameters

source
Uri

The id of the entity from which the relationship is defined, which may be absolute or relative.

target
Uri

The id of the related entity, which may be absolute or relative.

relationship
String

The name of the relationship property on the parent object.

Applies to