Share via


ODataDeltaReader Class

Definition

Base class for OData delta readers.

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

Constructors

ODataDeltaReader()

Properties

Item

Gets the most recent ODataItem that has been read.

State

Gets the current state of the reader.

SubState

Gets the current sub state of the reader.

Methods

Read()

Reads the next ODataItem from the message payload.

ReadAsync()

Asynchronously reads the next ODataItem from the message payload.

Applies to