Ejemplo n.º 1
0
        public IDBResponse DropIndex(IDropIndexOperation operation)
        {
            DatabaseExists(operation.Database);

            IStore database = _databases[operation.Database];

            return(database.DropIndex(operation));
        }
Ejemplo n.º 2
0
 public IDBResponse DropIndex(IDropIndexOperation operation)
 {
     return(_nodeContext.TopologyImpl.DropIndex(operation));
 }