Click or drag to resize
AbstractTableManagerGetIndexes Method
Returns DataSet with indexes of the given object. Returns columns IndexName, DropScript, CreateScript

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public DataSet GetIndexes(
	string objectName
)

Parameters

objectName
Type: SystemString
Object name

Return Value

Type: DataSet

Implements

ITableManagerGetIndexes(String)
See Also