Initializes a new index.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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