public void EvalDelete(string exp, int update)
 {
     _inner.EvalDelete(UpdateDataSourceWithIterativeValue(_datasource, update, exp), 0);
 }