Share via


ODataParameterReaderState Enumeration

 

Enumerates all possible states of an ODataParameterReader.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public enum ODataParameterReaderState
public enum class ODataParameterReaderState
type ODataParameterReaderState
Public Enumeration ODataParameterReaderState

Members

Member name Description
Collection

The reader is reading a collection parameter.

Completed

The reader has completed; nothing can be read anymore.

Entry

Exception

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

Feed

Start

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

Value

The reader read a primitive or a complex parameter.

See Also

Microsoft.OData.Core Namespace

Return to top