Condividi tramite


ODataInputContext.CreateCollectionReaderAsync(IEdmTypeReference) Metodo

Definizione

Creare in modo asincrono un ODataCollectionReaderoggetto .

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)

Parametri

expectedItemTypeReference
IEdmTypeReference

Riferimento al tipo previsto per gli elementi della raccolta.

Restituisce

Attività che al termine restituisce il nuovo oggetto creato ODataCollectionReader.

Si applica a