Share via


ODataReaderState Enumeration

 

Enumerates all possible states of an ODataReader.

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

Syntax

public enum ODataReaderState
public enum class ODataReaderState
type ODataReaderState
Public Enumeration ODataReaderState

Members

Member name Description
Completed

The reader has completed; nothing can be read anymore.

EntityReferenceLink

An entity reference link was read.

EntryEnd

The end of an entry has been read.

EntryStart

The start of an entry has been read.

Exception

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

FeedEnd

The end of a feed has been read.

FeedStart

The start of a feed has been read.

NavigationLinkEnd

The end of a navigation link has been read.

NavigationLinkStart

The start of a navigation link has been read.

Start

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

See Also

Microsoft.OData.Core Namespace

Return to top