Adds another column name to the array of column names to be indexed.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void AddColumnName(
	string columnName
)
Visual Basic (Declaration)
Public Sub AddColumnName ( _
	columnName As String _
)

Parameters

columnName
Type: System..::.String

Name of the column.

Remarks

Use this method to add a column name to the Index object after it has been created but before it is added to the IndexCollection.

See Also