This document is archived and information here might be outdated. Recommended version. |
The field name at the specified index.
[Visual Basic .NET]
Public Function get_FieldName ( _
ByVal Index As Integer _
) As String
[C#]
public string get_FieldName (
int Index
);
[C++]
HRESULT get_FieldName(
long Index,
System.String* FieldName
);
[C++] Parameters Index [in]
Index is a parameter of type long FieldName [out, retval]
FieldName is a parameter of type BSTR*