Method GetDataTypeName
GetDataTypeName(int)
Gets the data type information for the specified field.
public string GetDataTypeName(int i)
Parameters
i
intThe 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.