次の方法で共有


ODataMessageReader.CreateODataCollectionReader メソッド

定義

オーバーロード

CreateODataCollectionReader()

ODataCollectionReader(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を作成します。

CreateODataCollectionReader(IEdmTypeReference)

ODataCollectionReader(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を作成します。

CreateODataCollectionReader()

ODataCollectionReader(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を作成します。

public Microsoft.OData.ODataCollectionReader CreateODataCollectionReader ();
member this.CreateODataCollectionReader : unit -> Microsoft.OData.ODataCollectionReader
Public Function CreateODataCollectionReader () As ODataCollectionReader

戻り値

作成されたコレクション リーダー。

適用対象

CreateODataCollectionReader(IEdmTypeReference)

ODataCollectionReader(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を作成します。

public Microsoft.OData.ODataCollectionReader CreateODataCollectionReader (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
member this.CreateODataCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
Public Function CreateODataCollectionReader (expectedItemTypeReference As IEdmTypeReference) As ODataCollectionReader

パラメーター

expectedItemTypeReference
IEdmTypeReference

コレクション内の項目に対して予期される型参照。

戻り値

作成されたコレクション リーダー。

適用対象