| TableManagerCreateColumnIndexes Method | 
            Creates the table indexes.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic void CreateColumnIndexes(
	string tableName,
	string columnName,
	DataSet ds
)
Parameters
- tableName
- Type: SystemString
 Table name
- columnName
- Type: SystemString
 Column name
- ds
- Type: System.DataDataSet
 DataSet with the indexes information
 See Also
See Also