ODataMessageWriter.WriteEntityReferenceLink(ODataEntityReferenceLink) 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.
Writes a singleton result of a $ref query as the message payload.
public void WriteEntityReferenceLink (Microsoft.OData.ODataEntityReferenceLink link);
member this.WriteEntityReferenceLink : Microsoft.OData.ODataEntityReferenceLink -> unit
Public Sub WriteEntityReferenceLink (link As ODataEntityReferenceLink)
Parameters
The entity reference link to write as the message payload.