ODataInputContext.CreateCollectionReader(IEdmTypeReference) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créer un ODataCollectionReader.
public virtual Microsoft.OData.ODataCollectionReader CreateCollectionReader (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
abstract member CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
override this.CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
Public Overridable Function CreateCollectionReader (expectedItemTypeReference As IEdmTypeReference) As ODataCollectionReader
Paramètres
- expectedItemTypeReference
- IEdmTypeReference
Référence de type attendue pour les éléments de la collection.
Retours
Objet ODataCollectionReader nouvellement créé.