ODataEntityReferenceLink 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 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
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. |