X
Xarky
Hi,
I am making a query to a database, that is returning a DataSet. The
DataSet contains one table, columns and rows of data.
Now, for that same table, I need to add a new column(Column New).
This new column will contain data retrieved from the same table and
have some functionality applied to it. New Column is to be kept
locally, and datasource is not to be updated.
How can I do this? Should I create a new dataset?
******* Table ******
Column x Column New
5 func(5)
6 func(6)
.....
I hope someone understands my problem and can help me out.
Thanks in Advance
I am making a query to a database, that is returning a DataSet. The
DataSet contains one table, columns and rows of data.
Now, for that same table, I need to add a new column(Column New).
This new column will contain data retrieved from the same table and
have some functionality applied to it. New Column is to be kept
locally, and datasource is not to be updated.
How can I do this? Should I create a new dataset?
******* Table ******
Column x Column New
5 func(5)
6 func(6)
.....
I hope someone understands my problem and can help me out.
Thanks in Advance