SqlDataReader.GetValue(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定列以本机格式表示的值。
public:
override System::Object ^ GetValue(int i);
public:
virtual System::Object ^ GetValue(int i);
public override object GetValue (int i);
public object GetValue (int i);
override this.GetValue : int -> obj
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Public Overrides Function GetValue (i As Integer) As Object
Public Function GetValue (i As Integer) As Object
参数
- i
- Int32
从零开始的列序号。
返回
对于 null 数据库列,此方法返回 DBNull。
实现
注解
GetValue使用.NET Framework类型返回数据。