The column name.
[Visual Basic .NET] Public Function get_ColumnName ( _ ByVal column As Integer _ ) As String
[C#] public string get_ColumnName ( int column );
Product Availability
Available with ArcGIS Desktop.
Description
Return the names of the columns the result list should contain. Call recursively for all columns, you should return the appropriate value based on the column index parameter.