ODataMessageReader.ReadEntityReferenceLinkAsync Method
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.
Asynchronously reads a singleton result of a $ref query (entity reference link) as the message payload.
public System.Threading.Tasks.Task<Microsoft.OData.ODataEntityReferenceLink> ReadEntityReferenceLinkAsync ();
member this.ReadEntityReferenceLinkAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataEntityReferenceLink>
Public Function ReadEntityReferenceLinkAsync () As Task(Of ODataEntityReferenceLink)
Returns
A running task representing the reading of the entity reference link.