Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: