Click or drag to resize
IndexColumn Constructor
Initializes a new index column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public IndexColumn(
	string name,
	bool isDescendingKey,
	bool isIncluded
)

Parameters

name
Type: SystemString
isDescendingKey
Type: SystemBoolean
isIncluded
Type: SystemBoolean
See Also