Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Enumerates all the possible states of ODataCollectionReader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration ODataCollectionReaderState
'Usage
Dim instance As ODataCollectionReaderState
public enum ODataCollectionReaderState
public enum class ODataCollectionReaderState
type ODataCollectionReaderState
public enum ODataCollectionReaderState
Members
| Member name | Description | |
|---|---|---|
| CollectionEnd | The reader has finished reading and is reading the end element of the collection wrapper. | |
| CollectionStart | The reader has started reading and is reading the start element of the collection wrapper. | |
| Completed | The reader has completed; nothing can be read anymore. | |
| Exception | The reader has thrown an exception; nothing can be read from the reader anymore. | |
| Start | The reader is at the start; nothing has been read yet. | |
| Value | The reader read an item from the collection. |