Delen via


ODataEntityReferenceLinks Class

Definition

Represents a collection of entity reference links (the result of a $ref query). Might include an inline count and a next link.

public sealed class ODataEntityReferenceLinks : Microsoft.OData.ODataAnnotatable
type ODataEntityReferenceLinks = class
    inherit ODataAnnotatable
Public NotInheritable Class ODataEntityReferenceLinks
Inherits ODataAnnotatable
Inheritance
ODataEntityReferenceLinks

Constructors

ODataEntityReferenceLinks()

Properties

Count

Gets or sets the optional inline count of the $ref collection.

InstanceAnnotations

Collection of custom instance annotations.

Links

Gets or sets the enumerable of ODataEntityReferenceLink instances representing the links of the referenced entities.

NextPageLink

Gets or sets the optional next link of the $ref collection.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to