Méthode ODataMessageReader.CreateODataCollectionReader
Crée ODataCollectionReader pour lire une collection de valeurs primitives ou complexes (suite à un appel d'opération de service).
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function CreateODataCollectionReader As ODataCollectionReader
'Utilisation
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
Valeur de retour
Type : Microsoft.Data.OData.ODataCollectionReader
Lecteur de collection créé.