プリミティブ型や複合型の値のコレクションを (サービス操作呼び出しの結果として) 読み取る 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
作成されたコレクション リーダー。