Share via


ODataParameterReaderState Enum

Definition

Enumeration of all possible states of an ODataParameterReader.

public enum ODataParameterReaderState
type ODataParameterReaderState = 
Public Enum ODataParameterReaderState
Inheritance
ODataParameterReaderState

Fields

Collection 2

The reader is reading a collection parameter.

Completed 4

The reader has completed; nothing can be read anymore.

Exception 3

The reader has thrown an exception; nothing can be read from the reader anymore.

Resource 5

The reader is reading a resource parameter.

ResourceSet 6

The reader is reading a resource set parameter.

Start 0

The reader is at the start; nothing has been read yet.

Value 1

The reader read a primitive or a complex parameter.

Applies to