Example #1
0
 public int DropIndex(string idxName)
 {
     return(BangDBNative.DropIndex(_wtable, idxName));
 }