Share via


ODataEntityReferenceLink Class

Definition

Represents an entity reference link (the result of a $link query).

public sealed class ODataEntityReferenceLink : Microsoft.OData.ODataItem
type ODataEntityReferenceLink = class
    inherit ODataItem
Public NotInheritable Class ODataEntityReferenceLink
Inherits ODataItem
Inheritance
ODataEntityReferenceLink

Constructors

ODataEntityReferenceLink()

Properties

InstanceAnnotations

Collection of custom instance annotations.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
Url

Gets or sets the URI representing the URL of the referenced entity.

Applies to