IDataRecord.GetValue(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定字段的值。
public:
System::Object ^ GetValue(int i);
public object GetValue (int i);
abstract member GetValue : int -> obj
Public Function GetValue (i As Integer) As Object
参数
- i
- Int32
要查找的字段的索引。
返回
返回时将包含字段值的 Object。
例外
传递的索引位于 0 至 FieldCount 的范围之外。