Condividi tramite


Metodo ODataMessageReader.ReadValue

Legge un solo valore come corpo del messaggio.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Function ReadValue ( _
    expectedTypeReference As IEdmTypeReference _
) As Object
'Utilizzo
Dim instance As ODataMessageReader
Dim expectedTypeReference As IEdmTypeReference
Dim returnValue As Object

returnValue = instance.ReadValue(expectedTypeReference)
public Object ReadValue(
    IEdmTypeReference expectedTypeReference
)
public:
Object^ ReadValue(
    IEdmTypeReference^ expectedTypeReference
)
member ReadValue : 
        expectedTypeReference:IEdmTypeReference -> Object 
public function ReadValue(
    expectedTypeReference : IEdmTypeReference
) : Object

Parametri

Valore restituito

Tipo: System.Object
Tipo di valore letto.

Vedere anche

Riferimento

ODataMessageReader Classe

Spazio dei nomi Microsoft.Data.OData