Click or drag to resize
TableManager.CreateColumnIndexes Method
Creates the table indexes.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public void CreateColumnIndexes(
	string tableName,
	string columnName,
	DataSet ds
)

Parameters

tableName
Type: System.String
Table name
columnName
Type: System.String
Column name
ds
Type: System.Data.DataSet
DataSet with the indexes information
See Also