Table of Contents

Method GetDataTypeName

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetDataTypeName(int)

Gets the data type information for the specified field.

public string GetDataTypeName(int i)

Parameters

i int

The index of the field to find.

Returns

string

The data type information for the specified field.

Exceptions

IndexOutOfRangeException

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