Hi!
I have many tables in a single dataset. ex:
////////////
dataset
- table1 (column11, column12)
- table2 (column21, column22)
////////////
How can i access columns in other tables in tables.columns.expression?
something like dataset.Tables["Table1"].Columns["Column1"].Expression = "column12 + table2.column21";
thanks in advice.
Simone