IDataReader.GetFieldType(Int32) 方法

定义

获取与从GetValue(Int32)中返回的对象类型对应的类型信息。

public:
 Type ^ GetFieldType(int fieldIndex);
public Type GetFieldType (int fieldIndex);
abstract member GetFieldType : int -> Type
Public Function GetFieldType (fieldIndex As Integer) As Type

参数

fieldIndex
Int32

要查找的字段的索引。

返回

与要从GetValue(Int32)返回的对象类型对应的类型信息。

注解

例外

例外类型 条件
IndexOutOfRangeException 传递的索引位于 0 至 FieldCount 的范围之外。

适用于