Share via


ODataReader Class

Definition

Base class for OData readers.

public abstract class ODataReader
type ODataReader = class
Public MustInherit Class ODataReader
Inheritance
ODataReader

Constructors

Properties

Item

Gets the most recent ODataItem that has been read.

State

Gets the current state of the reader.

Methods

CreateReadStream()

Creates a stream for reading an inline stream property.

CreateReadStreamAsync()

Asynchronously creates a stream for reading an inline stream property.

CreateTextReader()

Creates a TextReader for reading an inline string property.

CreateTextReaderAsync()

Asynchronously creates a stream for reading an inline stream property.

Read()

Reads the next ODataItem from the message payload.

ReadAsync()

Asynchronously reads the next ODataItem from the message payload.

Applies to