ODataMessageReader.ReadValue Method (IEdmTypeReference)

 

Reads a single value as the message body.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public object ReadValue(
    IEdmTypeReference expectedTypeReference
)
public:
Object^ ReadValue(
    IEdmTypeReference^ expectedTypeReference
)
member ReadValue : 
        expectedTypeReference:IEdmTypeReference -> Object
Public Function ReadValue (
    expectedTypeReference As IEdmTypeReference
) As Object

Parameters

Return Value

Type: System.Object

The read value.

See Also

ODataMessageReader Class
Microsoft.OData.Core Namespace

Return to top