Can I join Datatables inside dataset to become a new datatable?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 datatables (get from database) inside a dataset.
How can I create another datatable which is a result of
Select tb1.xxx, tb2.yyy from table1 as tb1 left join table2 as tb2 on tb1.id
= tb2.t1id

Is there any sample code for it?
 
Back
Top