| Visual Basic (Declaration) | |
|---|---|
Function GetName( _ ByVal fieldIndex As Integer _ ) As String | |
| C# | |
|---|---|
string GetName( int fieldIndex ) | |
Parameters
- fieldIndex
- The index of the field.
The name returned should always be the same name that was passed in when calling GetOrdinal.