Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the base class for OData collection readers.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataCollectionReader
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class ODataCollectionReader
'Usage
Dim instance As ODataCollectionReader
public abstract class ODataCollectionReader
public ref class ODataCollectionReader abstract
[<AbstractClassAttribute>]
type ODataCollectionReader = class end
public abstract class ODataCollectionReader
The ODataCollectionReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataCollectionReader | Creates a new instance of the ODataCollectionReader class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Item | Gets the most recent item that has been read. |
![]() |
State | Gets or sets the current state of the reader. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read | Reads the next item from the message payload. |
![]() |
ReadAsync | Asynchronously reads the next item from the message payload. |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.