  | 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
SyntaxSqlStatement DropIndex(
	string indexName
)
Function DropIndex ( 
	indexName As String
) As SqlStatement
SqlStatement^ DropIndex(
	String^ indexName
)
abstract DropIndex : 
        indexName : string -> SqlStatement 
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