ODataReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for OData readers.
public abstract class ODataReader
type ODataReader = class
Public MustInherit Class ODataReader
- Inheritance
-
ODataReader
Constructors
ODataReader() |
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. |