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
建立的集合讀取器。