public DropIndexStatement GenerateDropIndexStatement(Index index, QuoteType quoteType = QuoteType.NotQuoted)
 {
     return(ScriptFactory.DropIndex(false, ScriptFactory.DropIndexClause(ScriptFactory.Identifier(index.Name, quoteType))));
 }