| SqliteProviderDropIndex 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 public SqlStatement DropIndex(
string indexName
)
Public Function DropIndex (
indexName As String
) As SqlStatement
public:
virtual SqlStatement^ DropIndex(
String^ indexName
) sealed
abstract DropIndex :
indexName : string -> SqlStatement
override DropIndex :
indexName : string -> SqlStatement
Parameters
- indexName
- Type: SystemString
The index name
Return Value
Type:
SqlStatement[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.DropIndex(System.String)"]
Implements
IDbProviderDropIndex(String)See Also