ODataMessageReader.CreateODataCollectionReader メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
コレクション内の項目に対して予期される型参照。
戻り値
作成されたコレクション リーダー。