S
Sébastien
Hi,
I have a DataSet with some DataTables. I would like to set the
Expression column of on DataTable to the value of another column in anothe
DataTable. Is there any way to do it ?
Example :
I have 3 tables : Bird, Dog, Cat
I create a column called Bird_Name in Cat table.
Then I want to do somethinf like :
DataSet.Table("Cat").Column("Bird_Name").Expression = "Bird.Name"
Thank you for your help.
I have a DataSet with some DataTables. I would like to set the
Expression column of on DataTable to the value of another column in anothe
DataTable. Is there any way to do it ?
Example :
I have 3 tables : Bird, Dog, Cat
I create a column called Bird_Name in Cat table.
Then I want to do somethinf like :
DataSet.Table("Cat").Column("Bird_Name").Expression = "Bird.Name"
Thank you for your help.