Index Class |
Namespace: CMS.DataEngine
public class Index
The Index type exposes the following members.
Name | Description | |
---|---|---|
![]() | Columns |
Read-only list of columns which are part of this index.
|
![]() | IsPrimaryKey |
Indicates whether index is part of a primary key constraint.
|
![]() | IsUnique |
Indicates whether index is unique.
|
![]() | Name |
Index name.
|
![]() | Type |
Index type as defined in https://msdn.microsoft.com/en-us/library/ms173760.aspx
|
Name | Description | |
---|---|---|
![]() | GetOrderBy |
Gets columns as a comma separated list where column names are properly enclosed in square brackets and each column name is appended its ordering (ASC or DESC).
Included columns are omitted.
(Defined by IndexExtensions.) |