ODataCollectionReader 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 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. |