| TableManagerGetIndexes Method | 
            Returns DataSet with indexes of the given object. Returns columns IndexName, DropScript, CreateScript
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic DataSet GetIndexes(
	string objectName
)
Parameters
- objectName
- Type: SystemString
 Object name
Return Value
Type: 
DataSet See Also
See Also