次の方法で共有


ODataMessageReader.CreateODataCollectionReader メソッド (IEdmTypeReference)

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

名前空間:  Microsoft.Data.OData
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Function CreateODataCollectionReader ( _
    expectedItemTypeReference As IEdmTypeReference _
) As ODataCollectionReader
'使用
Dim instance As ODataMessageReader
Dim expectedItemTypeReference As IEdmTypeReference
Dim returnValue As ODataCollectionReader

returnValue = instance.CreateODataCollectionReader(expectedItemTypeReference)
public ODataCollectionReader CreateODataCollectionReader(
    IEdmTypeReference expectedItemTypeReference
)
public:
ODataCollectionReader^ CreateODataCollectionReader(
    IEdmTypeReference^ expectedItemTypeReference
)
member CreateODataCollectionReader : 
        expectedItemTypeReference:IEdmTypeReference -> ODataCollectionReader 
public function CreateODataCollectionReader(
    expectedItemTypeReference : IEdmTypeReference
) : ODataCollectionReader

パラメーター

戻り値

型: Microsoft.Data.OData.ODataCollectionReader
作成されたコレクション リーダー。

関連項目

参照

ODataMessageReader クラス

CreateODataCollectionReader オーバーロード

Microsoft.Data.OData 名前空間