次の方法で共有


ODataMessageReader.CreateODataCollectionReader メソッド

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

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

構文

'宣言
Public Function CreateODataCollectionReader As ODataCollectionReader
'使用
Dim instance As ODataMessageReader
Dim returnValue As ODataCollectionReader

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

戻り値

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

関連項目

参照

ODataMessageReader クラス

CreateODataCollectionReader オーバーロード

Microsoft.Data.OData 名前空間