OracleDataReader.GetFieldType(Int32) Метод
Определение
public:
virtual Type ^ GetFieldType(int i);
public:
override Type ^ GetFieldType(int i);
public Type GetFieldType (int i);
public override Type GetFieldType (int i);
abstract member GetFieldType : int -> Type
override this.GetFieldType : int -> Type
override this.GetFieldType : int -> Type
Public Function GetFieldType (i As Integer) As Type
Public Overrides Function GetFieldType (i As Integer) As Type
Параметры
- i
- Int32
Порядковый номер столбца (от нуля).The zero-based column ordinal.
Возвращаемое значение
Тип данных объекта (Type).The Type that is the data type of the object.