Freigeben über


ODataMessageReader.CreateODataCollectionReader-Methode (IEdmTypeReference)

Erstellt ODataCollectionReader, um eine Auflistung primitiver oder komplexer Werte (als Ergebnis eines Dienstvorgangsaufrufs) zu lesen.

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

Syntax

'Declaration
Public Function CreateODataCollectionReader ( _
    expectedItemTypeReference As IEdmTypeReference _
) As ODataCollectionReader
'Usage
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

Parameter

Rückgabewert

Typ: Microsoft.Data.OData.ODataCollectionReader
Der erstellte Auflistungsreader.

Siehe auch

Verweis

ODataMessageReader Klasse

CreateODataCollectionReader-Überladung

Microsoft.Data.OData-Namespace