IIndexDefinition
IIndexDefinition exposes simple methods to create and drop indexes from the data store.
When to Implement
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 |
---|---|
Adds a new index to a base table. |
|
Drops an index from a base table. |
This topic is a part of: