Share via


ODataDeltaDeletedLink(Uri, Uri, String) Constructor

Definition

Initializes a new ODataDeltaLink.

public ODataDeltaDeletedLink (Uri source, Uri target, string relationship);
new Microsoft.OData.ODataDeltaDeletedLink : Uri * Uri * string -> Microsoft.OData.ODataDeltaDeletedLink
Public 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