Partilhar via


ODataInputContext.CreateCollectionReader(IEdmTypeReference) Método

Definição

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

Parâmetros

expectedItemTypeReference
IEdmTypeReference

A referência de tipo esperada para os itens na coleção.

Retornos

O ODataCollectionReader recém-criado.

Aplica-se a