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 | 讀取器已完成,沒有可再讀取的資料。 |