Click or drag to resize
Index Constructor
Initializes a new index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public Index(
	string name,
	int type,
	bool isUnique,
	bool isPrimaryKey,
	IReadOnlyList<IndexColumn> columns
)

Parameters

name
Type: SystemString
type
Type: SystemInt32
isUnique
Type: SystemBoolean
isPrimaryKey
Type: SystemBoolean
columns
Type: System.Collections.GenericIReadOnlyListIndexColumn
See Also