Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously reads a singleton result of a $ref query (entity reference link) as the message payload.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public Task<ODataEntityReferenceLink> ReadEntityReferenceLinkAsync()
public:
Task<ODataEntityReferenceLink^>^ ReadEntityReferenceLinkAsync()
member ReadEntityReferenceLinkAsync : unit -> Task<ODataEntityReferenceLink>
Public Function ReadEntityReferenceLinkAsync As Task(Of ODataEntityReferenceLink)
Return Value
Type: System.Threading.Tasks.Task<ODataEntityReferenceLink>
A running task representing the reading of the entity reference link.
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top