ODataCollectionReaderState 枚举

枚举 ODataCollectionReader 所有可能的状态。

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Enumeration ODataCollectionReaderState
用法
Dim instance As ODataCollectionReaderState
public enum ODataCollectionReaderState
public enum class ODataCollectionReaderState
type ODataCollectionReaderState
public enum ODataCollectionReaderState

成员

成员名称 说明
Start 读取器处于启动状态;尚未进行读取。
CollectionStart 读取器已经启动读取,并正在读取集合包装的开始元素。
Value 读取器从集合中读取项。
CollectionEnd 读取器已经完成读取,并正在读取集合包装的结束元素。
Exception 读取器发生异常;读取器没有进行任何读取。
Completed 读取器完成读取;没有什么可以进行读取。

请参阅

参考

Microsoft.Data.OData 命名空间