从批处理消息负载中读取下一部分。
命名空间: 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。