コード例 #1
0
 public bool DropIndex(string collection, string name)
 {
     return(_engine.DropIndex(collection, name));
 }