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.
Reads the result of a $ref query (entity reference links) as the message payload.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public ODataEntityReferenceLinks ReadEntityReferenceLinks()
public:
ODataEntityReferenceLinks^ ReadEntityReferenceLinks()
member ReadEntityReferenceLinks : unit -> ODataEntityReferenceLinks
Public Function ReadEntityReferenceLinks As ODataEntityReferenceLinks
Return Value
Type: Microsoft.OData.Core.ODataEntityReferenceLinks
The entity reference links read as message payload.
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top