ESRI.ArcGIS.Mobile
CreateIndex Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureSource Class : CreateIndex Method

indexName
Name of the index.
columnNames
List of ColumnNames for wvhic indexes have to be created. ColumnNames should be present in the list of feature source columns.
Creates a new index on featuresource column.

Syntax

Visual Basic (Declaration) 
Public Function CreateIndex( _
   ByVal indexName As String, _
   ByVal columnNames As List(Of String) _
) As Boolean
C# 
public bool CreateIndex( 
   string indexName,
   List<string> columnNames
)

Parameters

indexName
Name of the index.
columnNames
List of ColumnNames for wvhic indexes have to be created. ColumnNames should be present in the list of feature source columns.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also