ODataEntityReferenceLink Class
Represents an entity reference link (the result of a $link query).
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
System::Object
Microsoft.OData.Core::ODataAnnotatable
Microsoft.OData.Core::ODataItem
Microsoft.OData.Core::ODataEntityReferenceLink
Microsoft.OData.Core::ODataAnnotatable
Microsoft.OData.Core::ODataItem
Microsoft.OData.Core::ODataEntityReferenceLink
| Name | Description | |
|---|---|---|
![]() | ODataEntityReferenceLink() | Initializes a new instance of the ODataEntityReferenceLink class. |
| Name | Description | |
|---|---|---|
![]() | Url | Gets or sets the URI representing the URL of the referenced entity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetAnnotation<T>() | Gets or sets the annotation by type.(Inherited from ODataAnnotatable.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SetAnnotation<T>(T) | Sets an annotation of type T.(Inherited from ODataAnnotatable.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

