Example #1
0
 public void DropIndex(TableRef tblName, string idxName)
 {
     _provider.DropIndex(tblName, idxName);
 }