共用方式為


ODataBatchReader.Read 方法

讀取批次訊息裝載中的下一個部分。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Function Read As Boolean
'用途
Dim instance As ODataBatchReader
Dim returnValue As Boolean

returnValue = instance.Read()
public bool Read()
public:
bool Read()
member Read : unit -> bool 
public function Read() : boolean

傳回值

型別:System.Boolean
如果讀取更多的項目則為 true,否則為 false。

請參閱

參考

ODataBatchReader 類別

Microsoft.Data.OData 命名空間