Adds the column names.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.