Compartir a través de


ODataMessageReader.CreateODataCollectionReader Método

Crea un ODataCollectionReader para leer una colección de valores primitivos o complejos (como resultado de una invocación de operación de servicio).

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Function CreateODataCollectionReader As ODataCollectionReader
'Uso
Dim instance As ODataMessageReader
Dim returnValue As ODataCollectionReader

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

Valor devuelto

Tipo: Microsoft.Data.OData.ODataCollectionReader
Lector de colección creado.

Vea también

Referencia

ODataMessageReader Clase

Sobrecarga de CreateODataCollectionReader

Espacio de nombres Microsoft.Data.OData