Share via


ODataCollectionReader Class

Definition

Base class for OData collection readers.

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

Constructors

ODataCollectionReader()

Properties

Item

Gets the most recent item that has been read.

State

Gets the current state of the reader.

Methods

Read()

Reads the next item from the message payload.

ReadAsync()

Asynchronously reads the next item from the message payload.

Applies to