Table of Contents

Method GetFieldType

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetFieldType(int)

Gets the Type information corresponding to the type of object that would be returned from GetValue(int).

public Type GetFieldType(int i)

Parameters

i int

The index of the field to find.

Returns

Type

The Type information corresponding to the type of object that would be returned from GetValue(int).

Exceptions

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.