ODataParameterReaderState Enumeration
Enumeration of all possible states of an ODataParameterReader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration ODataParameterReaderState
'Usage
Dim instance As ODataParameterReaderState
public enum ODataParameterReaderState
public enum class ODataParameterReaderState
type ODataParameterReaderState
public enum ODataParameterReaderState
Members
Member name | Description | |
---|---|---|
Collection | The reader is reading a collection parameter. | |
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 a primitive or a complex parameter. |