Click or drag to resize
ClassStructureInfoGetTableIndexes Method
Gets underlying database table's indexes. Returns null when information regarding indexes is not available.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ITableIndexes GetTableIndexes()

Return Value

Type: ITableIndexes
See Also