Data Port Sync 1.0.500

SqlCeIndex Properties

The properties of the SqlCeIndex class are listed below. For a complete list of SqlCeIndex class members, see the SqlCeIndex Members topic.

Public Instance Properties

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.

See Also

SqlCeIndex Class | Primeworks.DesktopSqlCe Namespace