ODataParameterReader 类

OData 参数读取器的基类。

继承层次结构

System.Object
  Microsoft.Data.OData.ODataParameterReader

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public MustInherit Class ODataParameterReader
用法
Dim instance As ODataParameterReader
public abstract class ODataParameterReader
public ref class ODataParameterReader abstract
[<AbstractClassAttribute>]
type ODataParameterReader =  class end
public abstract class ODataParameterReader

ODataParameterReader 类型公开以下成员。

构造函数

  名称 说明
受保护方法 ODataParameterReader 初始化 ODataParameterReader 类的新实例。

页首

属性

  名称 说明
公共属性 Name 获取将被读取的当前参数名称。
公共属性 State 获取读取器的当前状态。
公共属性 Value 获取将被读取的当前参数值。

页首

方法

  名称 说明
公共方法 CreateCollectionReader 状态为 ODataParameterReaderState.Collection 时,创建 ODataCollectionReader 以读取集合值。
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Read 在消息负载中读取下一个参数。
公共方法 ReadAsync 在消息负载中异步读取下一项。
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Data.OData 命名空间