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

CreateIndex

Adds a new index to a base table.

DropIndex

Drops an index from a base table.

This topic is a part of: