Partager via


ODataInputContext.CreateCollectionReaderAsync(IEdmTypeReference) Méthode

Définition

Créez de manière asynchrone un ODataCollectionReader.

public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader> CreateCollectionReaderAsync (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
abstract member CreateCollectionReaderAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader>
override this.CreateCollectionReaderAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader>
Public Overridable Function CreateCollectionReaderAsync (expectedItemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionReader)

Paramètres

expectedItemTypeReference
IEdmTypeReference

Référence de type attendue pour les éléments de la collection.

Retours

Tâche qui, une fois terminée, retourne le nouvellement créé ODataCollectionReader.

S’applique à