DeveloperJr
Programmer
Is it possible to issue a query against a data set as opposed to database. For example replace price with price * 1.1 if price is less than $50 for instance.
I want to be able to do this as a part of processing the records in the dataset before updating the database. Is there any way to do this other than iterating through the set with foreach?
I want to be able to do this as a part of processing the records in the dataset before updating the database. Is there any way to do this other than iterating through the set with foreach?