This document is archived and information here might be outdated. Recommended version. |
The column name.
[Visual Basic .NET]
Public Function get_ColumnName ( _
ByVal column As Integer _
) As String
[C#]
public string get_ColumnName (
int column
);
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.