Method GetName
GetName(int)
Gets the name for the field to find.
public string GetName(int i)
Parameters
iintThe 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.