Condividi tramite


Metodo ODataMessageReader.CreateODataCollectionReader (IEdmTypeReference)

Crea un oggetto ODataCollectionReader per leggere una raccolta di valori primitivi o complessi (come risultato di una chiamata a un'operazione del servizio).

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

Sintassi

'Dichiarazione
Public Function CreateODataCollectionReader ( _
    expectedItemTypeReference As IEdmTypeReference _
) As ODataCollectionReader
'Utilizzo
Dim instance As ODataMessageReader
Dim expectedItemTypeReference As IEdmTypeReference
Dim returnValue As ODataCollectionReader

returnValue = instance.CreateODataCollectionReader(expectedItemTypeReference)
public ODataCollectionReader CreateODataCollectionReader(
    IEdmTypeReference expectedItemTypeReference
)
public:
ODataCollectionReader^ CreateODataCollectionReader(
    IEdmTypeReference^ expectedItemTypeReference
)
member CreateODataCollectionReader : 
        expectedItemTypeReference:IEdmTypeReference -> ODataCollectionReader 
public function CreateODataCollectionReader(
    expectedItemTypeReference : IEdmTypeReference
) : ODataCollectionReader

Parametri

Valore restituito

Tipo: Microsoft.Data.OData.ODataCollectionReader
Lettore di raccolte creato.

Vedere anche

Riferimento

ODataMessageReader Classe

Overload CreateODataCollectionReader

Spazio dei nomi Microsoft.Data.OData