Click or drag to resize
IndexColumn Class
Class representing database index column.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineIndexColumn

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class IndexColumn

The IndexColumn type exposes the following members.

Constructors
  NameDescription
Public methodIndexColumn
Initializes a new index column.
Top
Properties
  NameDescription
Public propertyIsDescendingKey
Indicates whether index key column has a descending sort direction.
Public propertyIsIncluded
Indicates whether column is a nonkey column of the index.
Public propertyName
Index column name.
Top
See Also