ODataParameterReader Class

Base class for OData parameter readers.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataParameterReader

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustInherit Class ODataParameterReader
'Usage
Dim instance As ODataParameterReader
public abstract class ODataParameterReader
public ref class ODataParameterReader abstract
[<AbstractClassAttribute>]
type ODataParameterReader =  class end
public abstract class ODataParameterReader

The ODataParameterReader type exposes the following members.

Constructors

  Name Description
Protected method ODataParameterReader Initializes a new instance of the ODataParameterReader class.

Top

Properties

  Name Description
Public property Name Gets the name of the current parameter that is being read.
Public property State Gets the current state of the reader.
Public property Value Gets the value of the current parameter that is being read.

Top

Methods

  Name Description
Public method CreateCollectionReader Creates an ODataCollectionReader to read the collection value when the state is ODataParameterReaderState.Collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Reads the next parameter from the message payload.
Public method ReadAsync Asynchronously reads the next item from the message payload.
Public method 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.

See Also

Reference

Microsoft.Data.OData Namespace