ODataMessageReader.ReadValue(IEdmTypeReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a single value as the message body.
public object ReadValue (Microsoft.OData.Edm.IEdmTypeReference expectedTypeReference);
member this.ReadValue : Microsoft.OData.Edm.IEdmTypeReference -> obj
Public Function ReadValue (expectedTypeReference As IEdmTypeReference) As Object
Parameters
- expectedTypeReference
- IEdmTypeReference
The expected type reference for the value to be read; null if no expected type is available.
Returns
The read value.