TableManagerCreateColumnIndexes Method |
Creates the table indexes.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public 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