ODataMessageReader.ReadEntityReferenceLinks Method (IEdmNavigationProperty)
Reads the result of a $links query (entity reference links) as the message payload.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function ReadEntityReferenceLinks ( _
navigationProperty As IEdmNavigationProperty _
) As ODataEntityReferenceLinks
'Usage
Dim instance As ODataMessageReader
Dim navigationProperty As IEdmNavigationProperty
Dim returnValue As ODataEntityReferenceLinks
returnValue = instance.ReadEntityReferenceLinks(navigationProperty)
public ODataEntityReferenceLinks ReadEntityReferenceLinks(
IEdmNavigationProperty navigationProperty
)
public:
ODataEntityReferenceLinks^ ReadEntityReferenceLinks(
IEdmNavigationProperty^ navigationProperty
)
member ReadEntityReferenceLinks :
navigationProperty:IEdmNavigationProperty -> ODataEntityReferenceLinks
public function ReadEntityReferenceLinks(
navigationProperty : IEdmNavigationProperty
) : ODataEntityReferenceLinks
Parameters
- navigationProperty
Type: Microsoft.Data.Edm.IEdmNavigationProperty
The navigation property.
Return Value
Type: Microsoft.Data.OData.ODataEntityReferenceLinks
The entity reference links read as message payload.