예제 #1
0
 public bool next()
 {
     currentPosition++;
     try {
         return(TParams.LoadParametersValues(this.columns,
                                             this.internalDataStore, (int)currentPosition));
     } catch (Exception) {
         return(false);
     }
 }