Compartir a través de


ODataInputContext.CreateCollectionReader(IEdmTypeReference) Método

Definición

Crear un control 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

Parámetros

expectedItemTypeReference
IEdmTypeReference

Referencia de tipo esperada para los elementos de la colección.

Devoluciones

Colección ODataCollectionReader creada recientemente.

Se aplica a