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