Table of Contents

Method GetName

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetName(int)

Gets the name for the field to find.

public string GetName(int i)

Parameters

i int

The index of the field to find.

Returns

string

The name of the field or the empty string (""), if there is no value to return.

Exceptions

IndexOutOfRangeException

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