The properties of the SqlCeIndex class are listed below. For a complete list of SqlCeIndex class members, see the SqlCeIndex Members topic.
Columns | Gets the collection of index columns. |
CreateCommand | Gets the SQL CREATE INDEX or ALTER TABLE ADD CONSTRAINT command. |
DropCommand | Gets the SQL DROP INDEX command. |
Name | Gets or sets the index name. |
Primary | True if the index is the PRIMARY KEY. |
Table | Gets the containing table. |
Unique | True if the index is unique. |
SqlCeIndex Class | Primeworks.DesktopSqlCe Namespace