Join on two data tables in same dataset

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

Guest

I have one dataset. Filled one DataTable from dbase. Filled another DataTable
using ReadXml() and Merge(). So now I have to DataTables that I want to Join
on that exist in memory but are from disparate data sources. Can I Join on
them with ADO.NET?

Thanks.
 
Back
Top