Méthode ODataMessageReader.CreateODataCollectionReader (IEdmTypeReference)
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 ( _
expectedItemTypeReference As IEdmTypeReference _
) As ODataCollectionReader
'Utilisation
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
Paramètres
- expectedItemTypeReference
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de ressource attendu pour les éléments de la collection.
Valeur de retour
Type : Microsoft.Data.OData.ODataCollectionReader
Lecteur de collection créé.