IIndexDefinition exposes simple methods to create and drop indexes from the data source object.
IIndexDefinition is optional for providers that do not otherwise support index creation; it is mandatory for providers that support creating and dropping indexes through commands.
Method | Description |
CreateIndex | Adds a new index to a base table. |
DropIndex | Drops an index from a base table. |