Adds the column names.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public void AddColumnNames(
	string[] columnNames
)
Visual Basic (Declaration)
Public Sub AddColumnNames ( _
	columnNames As String() _
)

Parameters

columnNames
Type: array< System..::.String >[]()[]
An Array of column names for which a composite index will be created.

Remarks

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

See Also

Relate Topics:
  AddColumnName Method
  GetColumnNames Method
Created by Atop CHM to web converter,© 2009 all right reserved.