プリミティブ型や複合型の値のコレクションを (サービス操作呼び出しの結果として) 読み取る 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
パラメーター
- expectedItemTypeReference
型: Microsoft.Data.Edm.IEdmTypeReference
コレクション内の項目に想定される基本のリソースの種類。
戻り値
型: Microsoft.Data.OData.ODataCollectionReader
作成されたコレクション リーダー。