Click or drag to resize

PostgreSQLProviderDropIndex Method

Create the statement to drop the specified index

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

Parameters

indexName
Type: SystemString
The index name

Return Value

Type: SqlStatement

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

Implements

IDbProviderDropIndex(String)
See Also