Click or drag to resize

FirebirdSQLProviderDropIndex Method

Create the statement to drop the specified index

Namespace:  SanteDB.OrmLite.Providers.Firebird
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.Firebird.FirebirdSQLProvider.DropIndex(System.String)"]

Implements

IDbProviderDropIndex(String)
See Also