ODataDeltaLinkBase(Uri, Uri, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.