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 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
expectedTypeReference
Type: Microsoft.OData.Edm.IEdmTypeReferenceThe expected type reference for the value to be read; null if no expected type is available.
Return Value
Type: System.Object
The read value.
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top