ODataMessageReader.ReadEntityReferenceLinks Method
Include Protected Members
Include Inherited Members
Reads the result of a $links query (entity reference links) as the message payload.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReadEntityReferenceLinks() | Reads the result of a $links query (entity reference links) as the message payload. | |
ReadEntityReferenceLinks(IEdmNavigationProperty) | Reads the result of a $links query (entity reference links) as the message payload. |
Top