ODataEntityReferenceLinks Class
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.
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
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) |