ODataMessageReader.ReadEntityReferenceLink 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.
Reads a singleton result of a $ref query (entity reference link) as the message payload.
public Microsoft.OData.ODataEntityReferenceLink ReadEntityReferenceLink ();
member this.ReadEntityReferenceLink : unit -> Microsoft.OData.ODataEntityReferenceLink
Public Function ReadEntityReferenceLink () As ODataEntityReferenceLink
Returns
The entity reference link read from the message payload.