PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

Refactor: Use the DataSet rows to get the previously generated values instead of saving the old value in a property of the generator #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
let the data generation deal with getting the value from the previous item 
instead of the generator.

Remove the property Previously Generated value from Column

Original issue reported on code.google.com by a03pe...@gmail.com on 26 Feb 2013 at 1:48

GoogleCodeExporter commented 9 years ago
Doing this will make it hard to get value if the selected column is from 
another table.

Original comment by a03pe...@gmail.com on 12 Mar 2013 at 4:12

GoogleCodeExporter commented 9 years ago
Now using the ValueStore instead. not valid anymore

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:30