Initializes a new index column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public IndexColumn(
string name,
bool isDescendingKey,
bool isIncluded
)
Parameters
- name
- Type: SystemString
- isDescendingKey
- Type: SystemBoolean
- isIncluded
- Type: SystemBoolean
See Also