Click or drag to resize

IDbProviderDropIndex Method

Create the statement to drop the specified index

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
SqlStatement DropIndex(
	string indexName
)

Parameters

indexName
Type: SystemString
The index name

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.DropIndex(System.String)"]

See Also